payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
7 lines • 352 B
TypeScript
import type { Option } from '../fields/config/types.js';
/**
* Compares two arrays of options by their values.
* Returns true if both arrays contain the same values (order-independent).
*/
export declare const optionsAreEqual: (options1: Option[] | undefined, options2: Option[] | undefined) => boolean;
//# sourceMappingURL=optionsAreEqual.d.ts.map