@ayame/humanize

Utilities to convert data into human readable strings.

Usage no npm install needed!

<script type="module">
  import ayameHumanize from 'https://cdn.skypack.dev/@ayame/humanize';
</script>

README

@ayame/humanize

Utilities to convert data into human readable strings.

Install

$ npm install @ayame/humanize

TypeScript typings included.

Usage

const humanize = require("@ayame/humanize");

humanize.duration(1000); // => 1s
humanize.bytes(3000); // => 2.93 KB
humanize.oridinal(3); // => 3rd
humanize.join(["you", "me", "them"]); // => you, me and them

Changelog

v0.3.0

  • Added join function

v0.2.0

  • Added ordinal function.

v0.1.0

  • Initial release.

License

MIT License