Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/durationjs/src/in_words.ts>default

Get the formated time duration
Go to Latest
function default
import { default } from "https://deno.land/x/durationjs@v4.1.0/src/in_words.ts";

Parse a number into an english word string.

Parameters

n: number
  • The number to parse.

Returns

string

The number in words.