UNPKG
@samual/duration
Version:
dev (0.0.2-96c583e)
latest (0.0.1)
0.0.2-e398e2f
0.0.2-96c583e
0.0.2-961dbdd
0.0.2-2c41cde
0.0.1
0.0.1-fd6847c
0.0.1-fb10be2
0.0.1-f22a90f
0.0.1-ec048ef
0.0.1-dbcc950
0.0.1-da212b3
0.0.1-d54f5fb
0.0.1-ca36c22
0.0.1-c9d2f65
0.0.1-a91244c
0.0.1-a749169
0.0.1-a6e7896
0.0.1-a3c4a1e
0.0.1-85380af
0.0.1-779e7a7
0.0.1-72fdab4
0.0.1-51aedf0
0.0.1-34eab6e
0.0.1-2bb87cc
0.0.1-1b578b7
0.0.1-14f5ace
Normalize and format durations of time.
github.com/samualtnorman/duration
samualtnorman/duration
@samual/duration
/
DurationError.js
4 lines
(3 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
class
DurationError
extends
Error
{} Object.defineProperty(DurationError.prototype,
"name"
, { value:
"DurationError"
}) export { DurationError }