ez-common-ts/lib/commons/index.d.ts

3 lines
75 B
TypeScript
Raw Normal View History

2023-11-10 16:35:59 +08:00
import { stringTokenizer } from "./str-utils";
export { stringTokenizer };