UNPKG

@rbxts/rotype

Version:

Advanced runtime type checking library

7 lines (6 loc) 210 B
export * from "./schemas"; export * from "./context"; export * from "./errors"; export * from "./actions"; export type { InferInput, InferOutput, Schema } from "./schema"; export { is, parse } from "./schema";