UNPKG

runtypes

Version:

Runtime validation for static types

7 lines (6 loc) 146 B
import Literal from "./Literal.js"; /** * An alias for `Literal(undefined)`. */ const Undefined = Literal(undefined); export default Undefined;