UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

5 lines (3 loc) 168 B
import type { RequestEvent } from "@sveltejs/kit"; import { AsyncLocalStorage } from "async_hooks"; export const contextStore = new AsyncLocalStorage<RequestEvent>();