UNPKG

runtypes

Version:

Runtime validation for static types

10 lines (9 loc) 183 B
import Unknown from "./Unknown.js"; type Void = Unknown; /** * An alias for `Unknown`. * * @deprecated Use `Unknown` instead. */ declare const Void: Unknown; export default Void;