Skip to main content
Module

std/node/perf_hooks.ts

Deno standard library
Go to Latest
File
export const { performance, PerformanceEntry } = globalThis as & typeof globalThis & { PerformanceEntry: PerformanceEntry; };