UNPKG

core-graphics

Version:

A core library for creating shape-based graphic editors

9 lines (4 loc) 174 B
declare module 'shallowequal' { function shallowequal(a: any, b: any, fn?: (val: any, other: any, key: string ) => boolean ): boolean; export default shallowequal; }