UNPKG

@trifrost/core

Version:

Blazingly fast, runtime-agnostic server framework for modern edge and node environments

5 lines (4 loc) 110 B
import { getActiveCtx } from './use'; export function state(key) { return getActiveCtx()?.state?.[key]; }