UNPKG
vremel
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
JavaScript date utility library for Temporal API
github.com/fabon-f/vremel
fabon-f/vremel
vremel
/
dist
/
duration
/
_compare.d.ts
3 lines
•
237 B
TypeScript
View Raw
1
2
3
import
type
{
Temporal
}
from
"../types.js"
;
export
declare
function
compare
(
one
:
Temporal
.
Duration
,
two
:
Temporal
.
Duration
,
options
?:
Temporal
.
DurationArithmeticOptions
):
Temporal
.
ComparisonResult
;
//# sourceMappingURL=_compare.d.ts.map