context.d.ts 240 B

12
  1. import { getContextVariable, setContextVariable, type ConfigureHook, registerConfigureHook } from "./singletons/async_local_storage/context.js";
  2. export { getContextVariable, setContextVariable, registerConfigureHook, type ConfigureHook, };