mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:19:29 +08:00
4 lines
103 B
Text
4 lines
103 B
Text
declare module 'fast-deep-equal' {
|
|
const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|
|
}
|