@metamask/superstruct
Version:
A simple and composable way to validate data in JavaScript (and TypeScript).
1 lines • 778 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4BAA2B;AAC3B,6BAA4B;AAC5B,wCAAuC;AACvC,0CAAyC;AACzC,oCAAmC;AACnC,wCAAuC","sourcesContent":["export * from './error.js';\nexport * from './struct.js';\nexport * from './structs/coercions.js';\nexport * from './structs/refinements.js';\nexport * from './structs/types.js';\nexport * from './structs/utilities.js';\nexport type {\n AnyStruct,\n Assign,\n EnumSchema,\n If,\n InferStructTuple,\n IsExactMatch,\n IsMatch,\n IsRecord,\n IsTuple,\n IsUnion,\n ObjectSchema,\n ObjectType,\n OmitBy,\n Optionalize,\n PartialObjectSchema,\n PickBy,\n Simplify,\n ExactOptionalize,\n StructSchema,\n TupleSchema,\n UnionToIntersection,\n} from './utils.js';\n"]}