UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

3 lines (2 loc) 138 B
export type Primitive = null | undefined | string | number | boolean | symbol | bigint; export type BuiltIns = Primitive | Date | RegExp;