ez-common-ts/lib/index.d.ts
2024-01-30 11:09:07 +08:00

6 lines
610 B
TypeScript

import { withRecord, assignRecords, RecordClearMode, extendRecord } from "./commons/record-util";
import { stringTokenizer, equalsIgnoreCase, includeIgnoreCase, strLength, strMonospacePad } from "./commons/str-utils";
import { getFileExt, getFileFullName, getFileNameWithoutExt, getFileInfo } from "./commons/file-util";
import { Optional } from "./commons/optional";
export { Optional, RecordClearMode, assignRecords, equalsIgnoreCase, extendRecord, getFileExt, getFileFullName as getFileName, getFileInfo, getFileNameWithoutExt, includeIgnoreCase, strLength, strMonospacePad, stringTokenizer, withRecord, };