UNPKG

@clipboard-health/execution-context

Version:

A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.

6 lines (5 loc) 192 B
import { type AsyncLocalStorage } from "node:async_hooks"; import { type ExecutionContext } from "./types"; declare global { var threadLocalStorage: AsyncLocalStorage<ExecutionContext>; }