types-belt
Version:
A comprehensive collection of TypeScript utility types for building robust and maintainable applications
11 lines • 303 B
TypeScript
/**
* 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