UNPKG

n4s

Version:

typed schema validation version of enforce

18 lines (16 loc) 712 B
import './schemaRulesLazyTypes'; export { isArrayOf, isArrayOf as list, type IsArrayOfRuleInstance, } from './isArrayOf'; export { type LazyRuleInstance } from './lazy'; export { loose, type LooseRuleInstance } from './loose'; export { optional, type OptionalRuleInstance } from './optional'; export { partial, type PartialRuleInstance } from './partial'; export { pick, type PickRuleInstance } from './pick'; export { omit, type OmitRuleInstance } from './omit'; export { shape, type ShapeRuleInstance } from './shape'; export { record, type RecordRuleInstance } from './record'; export { tuple, type TupleRuleInstance } from './tuple'; export type { SchemaRuleLazyTypes } from './schemaRulesLazyTypes';