isPrimitive.d.ts 84 B

12
  1. declare const isPrimitive: (value: unknown) => boolean;
  2. export default isPrimitive;