Module

JS.Temporal.Duration.Internal

Package
purescript-js-temporal
Repository
pete-murphy/purescript-js-temporal

Opaque wrapper for Temporal.Duration. Re-exported from JS.Temporal.Duration.

#Duration Source

data Duration

A Temporal duration (opaque type).

Instances

#toString_ Source

toString_ :: Duration -> String

Default ISO 8601 serialization (no options). Prefer over toString {}.