add index.ts and export first function
This commit is contained in:
parent
139fc467e4
commit
d7b3c8bc4a
3
src/index.ts
Normal file
3
src/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { stringTokenizer } from "./src/commons/str-utils";
|
||||||
|
|
||||||
|
export { stringTokenizer }
|
||||||
Loading…
Reference in New Issue
Block a user