UNPKG

hry-types

Version:

typescript工具类型库

4 lines (2 loc) 97 B
import type { Primitive } from "./Primitive"; export type BuiltIns = Primitive | Date | RegExp;