@younho9/types
Version:
A set of utility types for TypeScript
21 lines (20 loc) • 697 B
TypeScript
export * from './alternative-any.js';
export * from './alternative-function.js';
export * from './alternative-object.js';
export * from './any-function.js';
export * from './completed.js';
export * from './conditional-exclude-keys.js';
export * from './dict.js';
export * from './falsy.js';
export * from './get-optional.js';
export * from './get-required.js';
export * from './invariant-of-deep.js';
export * from './invariant-of.js';
export * from './nullish.js';
export * from './optional-keys.js';
export * from './optional.js';
export * from './required-keys.js';
export * from './string-key-of.js';
export * from './subtract.js';
export * from './to-string.js';
export * from './truthy.js';