isPrimitive.d.ts 72 B

1234
  1. declare function isPrimitive(val: any): boolean;
  2. export = isPrimitive;