mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-06-14 20:12:48 +08:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|