UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

9 lines 281 B
/** * Splits string into an array of its words. * * @param {string} x String. * * @returns {ReadonlyArray<string>} Readonly array with the words of provided string. */ export declare function getWords(x: string): ReadonlyArray<string>; //# sourceMappingURL=get-words.d.ts.map