workflow_launcher/node_modules/fast-deep-equal/react.d.ts
2024-03-12 12:57:14 +01:00

3 lines
66 B
TypeScript

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