|
2 | 2 |
|
3 | 3 | Humanizer meets all your TypeScript needs for manipulating and displaying strings, dates, times, timespans, numbers and quantities.
|
4 | 4 |
|
5 |
| -[](https://travis-ci.com/fakoua/humanizer.ts) |
6 |
| -[](https://github.com/fakoua/humanizer.ts/actions) |
7 |
| -[](https://app.fossa.io/projects/git%2Bgithub.com%2Ffakoua%2FHumanizer.ts?ref=badge_shield) |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
8 | 9 |
|
9 | 10 | ### Table of contents
|
10 | 11 |
|
11 |
| -- [Usage](#usage) |
12 |
| -- [ByteSize](#bytesize) |
13 |
| -- [Vocabularies](#vocabularies) |
14 |
| -- [Ordinalize](#ordinalize) |
15 |
| -- [ToQuantity](#toquantity) |
16 |
| -- [Number to numbers](#number_to_numbers) |
17 |
| -- [Number to words](#number_to_words) |
18 |
| -- [Roman numerals](#roman_numerals) |
19 |
| -- [Metric numarals](#metric_numerals) |
| 12 | +- [Humanizer.ts](#humanizerts) |
| 13 | + - [Table of contents](#table-of-contents) |
| 14 | + - [<a id="usage">Usage</a>](#usage) |
| 15 | + - [Examples](#examples) |
| 16 | + - [<a id="bytesize">ByteSize</a>](#bytesize) |
| 17 | + - [<a id="vocabularies">Vocabularies</a>](#vocabularies) |
| 18 | + - [Pluralize](#pluralize) |
| 19 | + - [Singularize](#singularize) |
| 20 | + - [<a id="ordinalize">Ordinalize</a>](#ordinalize) |
| 21 | + - [<a id="toquantity">ToQuantity</a>](#toquantity) |
| 22 | + - [<a id="number_to_numbers">Number to numbers</a>](#number-to-numbers) |
| 23 | + - [<a id="number_to_words">Number to words</a>](#number-to-words) |
| 24 | + - [Number to ordinal words](#number-to-ordinal-words) |
| 25 | + - [<a id="roman_numerals">Roman Numerals</a>](#roman-numerals) |
| 26 | + - [<a id="metric_numerals">Metric numerals</a>](#metric-numerals) |
| 27 | + - [License](#license) |
20 | 28 |
|
21 | 29 | ## <a id="usage">Usage</a>
|
22 | 30 |
|
|
0 commit comments