/**
 * Modules all javascript content, including types.
 *
 * @module .
 *
 * @mergeModuleWith <project>
 *
 * @since 0.1.0
 *
 * @example
 * ```ts
 * import { ... } from '@maddimathon/utility-typescript';
 * ```
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
export type * as Types from './types/index.js';
export * as classes from './classes/index.js';
export * as functions from './functions/index.js';
//# sourceMappingURL=index.d.ts.map