Packages

Small Gleam helpers to make numbers, bytes, durations and lists human-friendly.

Current section

Files

Jump to
humanize include humanize_LocaleData.hrl
Raw

include/humanize_LocaleData.hrl

-record(locale_data, {
ago :: binary(),
in_ :: binary(),
now :: binary(),
conj :: binary(),
ago_prefix :: boolean(),
units :: list({integer(), binary(), binary()})
}).