@pierre/diffs
Version:
7 lines (6 loc) • 328 B
TypeScript
import { PrePropertiesConfig } from "../types.js";
//#region src/utils/arePrePropertiesEqual.d.ts
declare function arePrePropertiesEqual(propsA: PrePropertiesConfig | undefined, propsB: PrePropertiesConfig | undefined): boolean;
//#endregion
export { arePrePropertiesEqual };
//# sourceMappingURL=arePrePropertiesEqual.d.ts.map