ship-gis/node_modules/fast-deep-equal/es6/react.d.ts

3 lines
66 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
declare const equal: (a: any, b: any) => boolean;
export = equal;