mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 09:54:28 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export = isExtendable;
|
|
|
|
declare function isExtendable(val: any): boolean;
|
|
|
|
declare namespace isExtendable {}
|