mirror of
https://github.com/actions/setup-node.git
synced 2025-09-11 19:26:18 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export = isExtendable;
|
|
|
|
declare function isExtendable(val: any): boolean;
|
|
|
|
declare namespace isExtendable {}
|