is.d.ts 121 B

12
  1. export declare const array: (arg: any) => arg is any[];
  2. export declare function primitive(s: any): s is string | number;