mirror of
https://github.com/actions/setup-go.git
synced 2025-07-18 04:45:15 -06:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export = isExtendable;
|
|
|
|
declare function isExtendable(val: any): boolean;
|
|
|
|
declare namespace isExtendable {}
|