Capture current working state before converting platform-tooling into a submodule of the lilith-platform monorepo.
2 lines
66 B
TypeScript
2 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|