Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/durationjs/src/duration.ts>default#toWordString

Get the formated time duration
Latest
method default.prototype.toWordString
import { default } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts";

Get a human-readable string of the duration in words.

Parameters

optional
values: string[] | null = [UNSUPPORTED]

The values required to display.

Returns

string

formatted string The formatted string result.