selectorator
Version:
Simplified generator of reselect selectors
7 lines (6 loc) • 370 B
text/typescript
export declare const INVALID_ARRAY_PATHS_MESSAGE =
'You have not provided any values for paths, so no values can be retrieved from state.';
export declare const INVALID_PATHS_MESSAGE: string;
export declare const INVALID_OBJECT_PATH_MESSAGE =
'When providing an object path, you must provide the `path` property.';
export declare const INVALID_PATH_MESSAGE: string;