@kakasoo/proto-typescript
Version:
Utility types and implementations based on JavaScript prototypes.
12 lines • 381 B
TypeScript
export * from './arithmetic.type';
export * from './array.type';
export * from './error.type';
export * from './function.type';
export * from './never.type';
export * from './number.type';
export * from './object.type';
export * from './primitive.type';
export * from './regexp.type';
export * from './string.type';
export * from './union.type';
//# sourceMappingURL=index.d.ts.map