GoScrobble/web/node_modules/is-extendable/index.d.ts

6 lines
109 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
export = isExtendable;
declare function isExtendable(val: any): boolean;
declare namespace isExtendable {}