Files
node-fastify/node_modules/fast-deep-equal/react.d.ts
heiye111 c74f28caa7 one
2025-09-20 21:06:53 +08:00

3 lines
66 B
TypeScript

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