UNPKG

@typedly/check

Version:

A lightweight TypeScript type definitions library for checking the types.

9 lines (8 loc) 579 B
export type { Assignable, DistributiveAssignable, Inclusion } from './assignable.type'; export type { Compatible, StrictAssignable, StructuralAssignable } from './strict-assignable.type'; export type { Equal, DistributiveEqual } from './equal.type'; export type { ExactEqual } from './exact-equal.type'; export type { Mutual, BooleanDistributiveEqual } from './mutual.type'; export type { Same, StrictlySame } from './same.type'; export type { StrictEqual, StructuralEqual } from './strict-equal.type'; export type { StrictMutual, MutualAssignable } from './strict-mutual.type';