mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-03 18:55:08 +00: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;
|
|
}
|