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

4 lines
221 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";
export { stringTokenizer, withRecord, equalsIgnoreCase, includeIgnoreCase };