Skip to content

dag-core / Exports / IClockPort

Interface: IClockPort

Port for obtaining the current time — injectable for testing.

Table of contents

Methods

Methods

nowIso

nowIso(): string

Returns

string

Defined in

interfaces/ports.ts:149


nowEpochMs

nowEpochMs(): number

Returns

number

Defined in

interfaces/ports.ts:150

Released under the MIT License.