type-plus
Version:
Provides additional types for TypeScript.
7 lines • 347 B
TypeScript
export * from './CanAssign.js';
export type { Extendable, IsExtend, IsNotExtend, NotExtendable } from './Extends.js';
export type { If } from './If.js';
export type { IsEmptyObject } from './IsEmptyObject.js';
export type { IsLiteral } from './literal.js';
export type { And, Not, Or, Xor } from './logical.js';
//# sourceMappingURL=index.d.ts.map