import propOr from "./propOr";
/**
* Retruns the prop with the specified key.
*
* @function
* @name prop
* @param {string} propName
* @param {object} object
* @returns {any}
*/
const prop = propOr(void 0);
export default prop;
import propOr from "./propOr";
/**
* Retruns the prop with the specified key.
*
* @function
* @name prop
* @param {string} propName
* @param {object} object
* @returns {any}
*/
const prop = propOr(void 0);
export default prop;