UNPKG

@vitruvius-labs/ts-predicate

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