UNPKG

ts-predicate

Version:

TypeScript predicates and assertions library

6 lines (5 loc) 300 B
export { TypeAssertion } from "./TypeAssertion.js"; export { TypeGuard } from "./TypeGuard.js"; export { TypeHint } from "./TypeHint.js"; export { ValueGuard } from "./ValueGuard.js"; export type { ArrayConstraints, ObjectWithNullableProperty, ObjectWithProperty, PopulatedArray } from "./Types.js";