UNPKG

runtypes

Version:

Runtime validation for static types

7 lines (6 loc) 178 B
import Runtype from "./Runtype.js"; /** * Constructs a possibly-recursive runtype. */ declare const Lazy: <R extends Runtype.Core>(delayed: () => R) => R; export default Lazy;