export type Primitive = undefined | null | boolean | string | number | Function | bigint;