jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/fast-deep-equal/es6/index.d.ts
2024-11-15 11:51:28 +08:00

3 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;