UNPKG

@naturalcycles/js-lib

Version:

Standard library for universal (browser + Node.js) javascript

7 lines (6 loc) 193 B
/** * Splits a Unicode `string` into an array of its words. * * @returns {Array} Returns the words of `string`. */ export declare function unicodeWords(s: string): RegExpMatchArray | null;