/** * Types-Belt - A comprehensive collection of TypeScript utility types * @module TypesBelt * @version 1.0.0 * @license MIT */ export * from './types/object'; export * from './types/function'; export * from './types/array'; export * from './types/conditional'; //# sourceMappingURL=index.d.ts.map