UNPKG

@metamask/superstruct

Version:

A simple and composable way to validate data in JavaScript (and TypeScript).

8 lines 549 B
export * from "./error.mjs"; export * from "./struct.mjs"; export * from "./structs/coercions.mjs"; export * from "./structs/refinements.mjs"; export * from "./structs/types.mjs"; export * from "./structs/utilities.mjs"; export type { AnyStruct, Assign, EnumSchema, If, InferStructTuple, IsExactMatch, IsMatch, IsRecord, IsTuple, IsUnion, ObjectSchema, ObjectType, OmitBy, Optionalize, PartialObjectSchema, PickBy, Simplify, ExactOptionalize, StructSchema, TupleSchema, UnionToIntersection, } from "./utils.mjs"; //# sourceMappingURL=index.d.mts.map