UNPKG

succulent

Version:

Powerful and easy runtime type checking

3 lines (2 loc) 106 B
import { Schema } from "../schema.js"; export declare function lazy<T>(func: () => Schema<T>): Schema<T>;