Files
Opal-Estate-Pro/node_modules/extend-shallow/node_modules/is-extendable/index.d.ts
hatuhn f14a34ba19 uapte
2019-09-13 09:44:33 +07:00

6 lines
109 B
TypeScript

export = isExtendable;
declare function isExtendable(val: any): boolean;
declare namespace isExtendable {}