mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 13:36:56 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export = isExtendable;
|
|
|
|
declare function isExtendable(val: any): boolean;
|
|
|
|
declare namespace isExtendable {}
|