UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

11 lines (7 loc) 286 B
"use strict"; const { hrtime, toMS } = require("./utils"); // Returns the DOMHighResTimeStamp representing the high resolution time value of the global monotonic clock. function getGlobalMonotonicClockMS() { return toMS(hrtime()); } module.exports = { getGlobalMonotonicClockMS };