mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
build(store): build26 from 45504a2b
This commit is contained in:
Vendored
+10
@@ -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
|
||||
Reference in New Issue
Block a user