UNPKG

runtypes

Version:

Runtime validation for static types

7 lines (6 loc) 153 B
import Literal from "./Literal.js"; /** * An alias for `Literal(undefined)`. */ declare const Undefined: Literal<undefined>; export default Undefined;