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

4 lines
221 B
TypeScript

import { withRecord } from "./commons/record-util";
import { stringTokenizer, equalsIgnoreCase, includeIgnoreCase } from "./commons/str-utils";
export { stringTokenizer, withRecord, equalsIgnoreCase, includeIgnoreCase };