index.d.ts 109 B

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