UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 239 B
export default stringToPath; /** * Converts `string` to a property path array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the property path array. */ declare const stringToPath: Function;