put index.ts up

This commit is contained in:
zhujingjing 2023-11-10 15:50:16 +08:00
parent d7b3c8bc4a
commit d552dec366
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671
3 changed files with 4 additions and 4 deletions

3
index.ts Normal file
View File

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

View File

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

View File

@ -19,5 +19,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
"include": ["src", "index.ts", "index.ts"]
}