Table of contents
create (constant)
Returns the current Date
Signature
export const create: IO<Date> = ...
Added in v1.10.0
now (constant)
Returns the number of milliseconds elapsed since January 1, 1970, 00:00:00 UTC
Signature
export const now: IO<number> = ...
Added in v1.10.0