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