Module

Web.Intl.RelativeTimeFormat

Package
purescript-web-intl
Repository
ptrfrncsmrph/purescript-web-intl

#RelativeTimeFormat Source

#RelativeTimeFormatOptions Source

type RelativeTimeFormatOptions :: Row Typetype RelativeTimeFormatOptions = (localeMatcher :: String, numeric :: String, style :: String)

#new Source

new :: forall options options'. Union options options' RelativeTimeFormatOptions => NonEmptyArray Locale -> Record options -> Effect RelativeTimeFormat

#supportedLocalesOf Source

supportedLocalesOf :: forall options options'. Union options options' RelativeTimeFormatOptions => NonEmptyArray Locale -> Record options -> Array String

#formatToParts Source