Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/blocks/observability/observe.ts>observe

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable observe
import { observe } from "https://deno.land/x/blocks@1.52.16/observability/observe.ts";

Observe function durations based on the provided labels

type

<T>(op: string, f: () => Promise<T>) => Promise<T>