ez-common-ts/src/index.ts

5 lines
222 B
TypeScript
Raw Normal View History

2023-11-11 15:30:11 +08:00
import { withRecord } from "./commons/record-util";
2023-11-11 16:13:36 +08:00
import { stringTokenizer, equalsIgnoreCase, includeIgnoreCase } from "./commons/str-utils";
2023-11-10 16:35:59 +08:00
2023-11-11 16:13:36 +08:00
export { stringTokenizer, withRecord, equalsIgnoreCase, includeIgnoreCase };