UNPKG

@maddimathon/utility-typescript

Version:

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

24 lines 576 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 * 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.d.ts.map