Skip to main content
Module

x/durationjs/in_words.ts>default

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

Parse a number into an english word string.

Parameters

n: number
  • The number to parse.
optional
indian = [UNSUPPORTED]
  • Whether to use Indian system.

Returns

string

The number in words.