UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 253 B
export default unicodeWords; /** * Splits a Unicode `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Returns the words of `string`. */ declare function unicodeWords(string: any): any[];