UNPKG

@state-sync/redux-path-reducer

Version:
9 lines (8 loc) 262 B
/** * Find and return value by path, if path is not available in provided context, returns null * @param model * @param {string} path path to value * @returns {any} value or null */ declare function find(model: any, path: string): any; export default find;