nouveau-theatre-de-besancon/node_modules/is-extendable/index.d.ts

6 lines
109 B
TypeScript
Raw Permalink Normal View History

2024-09-20 10:32:49 +02:00
export = isExtendable;
declare function isExtendable(val: any): boolean;
declare namespace isExtendable {}