type-plus
Version:
Provides additional types for TypeScript.
8 lines (6 loc) • 307 B
text/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'