UNPKG

110 BTypeScriptView Raw
1import { Primitive } from "../primitive";
2export type Builtin = Primitive | Function | Date | Error | RegExp;