mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export = isExtendable;
|
|
|
|
declare function isExtendable(val: any): boolean;
|
|
|
|
declare namespace isExtendable {}
|