UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 141 B
declare function isPrimitive(value: unknown): value is string | number | bigint | boolean | symbol | undefined | null; export = isPrimitive;