UNPKG

@metamask/superstruct

Version:

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

8 lines 549 B
export * from "./error.cjs"; export * from "./struct.cjs"; export * from "./structs/coercions.cjs"; export * from "./structs/refinements.cjs"; export * from "./structs/types.cjs"; export * from "./structs/utilities.cjs"; 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.cjs"; //# sourceMappingURL=index.d.cts.map