From d7b3c8bc4af832ddf5048cb5c0d185c82e87e9b8 Mon Sep 17 00:00:00 2001 From: zhujingjing Date: Fri, 10 Nov 2023 15:47:34 +0800 Subject: [PATCH] add index.ts and export first function --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..7bf587a --- /dev/null +++ b/src/index.ts @@ -0,0 +1,3 @@ +import { stringTokenizer } from "./src/commons/str-utils"; + +export { stringTokenizer } \ No newline at end of file