UNPKG

@maddimathon/utility-typescript

Version:

TypeScript utilities (types, functions, classes) to use in various projects.

25 lines 618 B
/** * Exports all the package's functions. * * @module functions * * @since 0.1.0 * * @example * ```ts * import { functions } from '@maddimathon/utility-typescript'; * import { ... } from '@maddimathon/utility-typescript/functions'; * ``` */ /*! * @maddimathon/utility-typescript@2.0.0-beta.1 * @license MIT */ // export * as node from './node/index.js'; export * from './arrays/index.js'; export * from './objects/index.js'; export * from './objects/mergeArgsAsync.js'; export * from './strings/index.js'; export * from './regex/index.js'; export * from './typeOf.js'; //# sourceMappingURL=index.js.map