UNPKG

succulent

Version:

Powerful and easy runtime type checking

7 lines 187 B
import { Schema } from "../schema.js"; export function lazy(func) { return new Schema((t) => func().check(t), { displayName: "lazy", }); } //# sourceMappingURL=lazy.js.map