UNPKG

normul

Version:

Normul is a tiny TypeScript/JavaScript library for data normalization and transformation

12 lines 418 B
export * from './ArraySchema.js'; export * from './BooleanSchema.js'; export * from './LiteralSchema.js'; export * from './NullSchema.js'; export * from './NumberSchema.js'; export * from './ObjectSchema.js'; export * from './RecordSchema.js'; export * from './StringSchema.js'; export * from './TupleSchema.js'; export * from './UndefinedSchema.js'; export * from './UnionSchema.js'; //# sourceMappingURL=index.js.map