UNPKG

sury

Version:

🧬 The fastest schema with next-gen DX

14 lines (8 loc) • 305 B
// The file is hand written import { Error, Path, Schema } from "./S"; /* eslint-disable */ /* tslint:disable */ export type t<Output, Input = unknown> = Schema<Output, Input>; export type schema<Output, Input = unknown> = Schema<Output, Input>; export type Path_t = Path; export type error = Error;