mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-03-07 08:43:07 +08:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|