UNPKG

cpt-waffle-lotide

Version:
4 lines (3 loc) 164 B
import { objectInterface } from './interfaces'; declare const eqObjects: (object1: objectInterface, object2: objectInterface) => boolean; export default eqObjects;