UNPKG

godprotocol

Version:

A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.

10 lines (7 loc) 124 B
import Events from "./Events.js"; class Clock extends Events { constructor() { super(); } } export default Clock;