add index.ts and export first function

This commit is contained in:
zhujingjing 2023-11-10 15:47:34 +08:00
parent 139fc467e4
commit d7b3c8bc4a
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671

3
src/index.ts Normal file
View File

@ -0,0 +1,3 @@
import { stringTokenizer } from "./src/commons/str-utils";
export { stringTokenizer }