UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

5 lines 139 B
export declare class ClockSource { now(): Date; waitUntil(until: Date): Promise<void>; } //# sourceMappingURL=clock-source.d.ts.map