UNPKG

ts-predicate

Version:

TypeScript predicates and assertions library

5 lines (4 loc) 184 B
export { TypeAssertion } from "./TypeAssertion.js"; export { TypeGuard } from "./TypeGuard.js"; export { TypeHint } from "./TypeHint.js"; export { ValueGuard } from "./ValueGuard.js";