UNPKG

@frauschert/ts-guard

Version:

ts-guard is a typescript library that provides composable type guards. Its inspired by zod but focusses only on type guards and is more lightweight.

4 lines 156 B
export * from "@guards/primitive"; export * from "@guards/compound"; export type { Guard, TypeOf } from "@guards/types"; //# sourceMappingURL=index.d.ts.map