import { deepEqual } from "./deep.js"; import { shallowEqual } from "./shallow.js"; export { deepEqual, shallowEqual };