mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2025-01-02 12:26:25 +00:00
Update README.md
This commit is contained in:
parent
0c29e5123e
commit
49f3865e26
@ -44,6 +44,7 @@ d.humanize() // 'a few minutes'
|
|||||||
const a = new Duration(1, 'day')
|
const a = new Duration(1, 'day')
|
||||||
const b = new Duration(2, 'days')
|
const b = new Duration(2, 'days')
|
||||||
const c = new Duration(0.5, 'year')
|
const c = new Duration(0.5, 'year')
|
||||||
|
const d = new Duration (Date.now(), 'ms')
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `.add(amount, interval)`
|
#### `.add(amount, interval)`
|
||||||
|
Loading…
Reference in New Issue
Block a user