UNPKG

bguard

Version:

**bguard** is a powerful, flexible, and type-safe validation library for TypeScript. It allows developers to define validation schemas for their data structures and ensures that data conforms to the expected types and constraints.

9 lines (6 loc) 224 B
import { CommonSchema } from '../core.js'; import '../commonTypes.js'; import '../InferType.js'; import './constants.js'; declare function _setStrictType(that: CommonSchema, val: unknown): void; export { _setStrictType };