method default.prototype.toWordStringimport { default } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts"; toWordString(values?: string[] | null): stringGet a human-readable string of the duration in words. Parametersoptionalvalues: string[] | null = [UNSUPPORTED]The values required to display. Returnsstringformatted string The formatted string result.