UNPKG

109 BTypeScriptView Raw
1export = isExtendable;
2
3declare function isExtendable(val: any): boolean;
4
5declare namespace isExtendable {}