mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-14 21:07:26 -08:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
|
declare module 'fast-deep-equal' {
|
||
|
const equal: (a: any, b: any) => boolean;
|
||
|
export = equal;
|
||
|
}
|