UNPKG

141 BTypeScriptView Raw
1declare function isPrimitive(value: unknown): value is string | number | bigint | boolean | symbol | undefined | null;
2export = isPrimitive;