UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 292 B
export default baseProperty; /** * The base implementation of `property` without support for deep paths. * * @private * @param {string} key The key of the property to get. * @returns {Function} Returns the new accessor function. */ declare function baseProperty(key: string): Function;