index.d.ts 109 B

12345
  1. export = isExtendable;
  2. declare function isExtendable(val: any): boolean;
  3. declare namespace isExtendable {}