Module

JS.Temporal.Instant.Internal

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

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

#Instant Source

data Instant

A point in time (opaque type).

Instances

#toString_ Source

toString_ :: Instant -> String

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