Files
pyrofetes-frontend/node_modules/fast-deep-equal/es6/react.d.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

3 lines
66 B
TypeScript

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