MCPcopy Create free account
hub / github.com/Noumena-Network/code / nowMs

Function nowMs

src/ink/terminal.ts:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192function nowMs(): number {
193 return typeof performance !== 'undefined' && typeof performance.now === 'function'
194 ? performance.now()
195 : Date.now()
196}
197
198export function writeDiffToTerminal(
199 terminal: Terminal,

Callers 1

writeDiffToTerminalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected