/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT */ export default function areEquivalent(a: unknown, b: unknown): boolean;