build(store): build26 from 45504a2b

This commit is contained in:
publish
2026-08-05 18:57:36 +02:00
commit 3f9bdddf36
102 changed files with 2265 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { shallowEqual } from "@videojs/utils/object";
//#region src/core/shallow-equal.d.ts
interface Selector<State, Result> {
(state: State): Result;
displayName?: string | undefined;
}
type Comparator<T> = (a: T, b: T) => boolean;
//#endregion
export { Comparator, Selector, shallowEqual };
//# sourceMappingURL=shallow-equal.d.ts.map