/**
 * 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
 * @license MIT
 */
export * from './arrays/index.js';
export * from './objects/index.js';
export * from './strings/index.js';
export * from './regex/index.js';
export * from './typeOf.js';
//# sourceMappingURL=index.d.ts.map