UNPKG

208 BTypeScriptView Raw
1/**
2 * Compare two records with primitive values as the content.
3 */
4export default function isRecordEqual(a: Record<string, any>, b: Record<string, any>): boolean;
5//# sourceMappingURL=isRecordEqual.d.ts.map
\No newline at end of file