UNPKG

@toil/gm-types

Version:

All-in-One GM API types (Greasemonkey, Tampermonkey, Violentmonkey and etc)

8 lines (7 loc) 109 B
export type KeysOrDefaultValue = | null | object | string | number | undefined | boolean;