isNative.d.ts 66 B

123
  1. declare function isNative(val: any): boolean;
  2. export = isNative;