UNPKG

can-can-word-bug

Version:

can-can-word-bug 是一个 TS 编写的工具库

27 lines (26 loc) 1.63 kB
export { default as createEl } from './el/createEl'; export { default as isElementVisible } from './el/isElementVisible'; export { default as getLocalForage } from './storage/getLocalForage'; export { default as getImgMeta } from './img/getImgMeta'; export { default as getAvatar } from './img/getAvatar'; export { default as uploadFile } from './file/uploadFile'; export { getCsvStr, exportCsv } from './file/csv'; export { default as getCrypto, encrypt, decrypt } from './string/getCrypto'; export { default as getUUID } from './string/getUUID'; export { default as delay } from './promise/delay'; export { default as getType } from './type/getType'; export type { default as Object } from './types/Object'; export type { default as Writable } from './types/Writable'; export type { default as WritableBy } from './types/WritableBy'; export type { default as ReadonlyBy } from './types/ReadonlyBy'; export type { default as ValueOf } from './types/ValueOf'; export type { default as PartialBy } from './types/PartialBy'; export type { default as DeepMerge } from './types/DeepMerge'; export type { default as DeepPartial } from './types/DeepPartial'; export type { default as RequiredBy } from './types/RequiredBy'; export type { default as DeepRequired } from './types/DeepRequired'; export type { default as Enumerate } from './types/Enumerate'; export type { default as RangeNum } from './types/RangeNum'; export type { default as EitherOr } from './types/EitherOr'; export type { default as ExtractCommonProps } from './types/ExtractCommonProps'; export type { default as HTMLElementTagName } from './types/HTMLElementTagName';