Spaces:
Sleeping
Sleeping
rag-context-optimizer / frontend /node_modules /next /dist /server /app-render /async-local-storage.d.ts
| import type { AsyncLocalStorage } from 'async_hooks'; | |
| export declare function createAsyncLocalStorage<Store extends {}>(): AsyncLocalStorage<Store>; | |
| export declare function bindSnapshot<T>(fn: T): T; | |
| export declare function createSnapshot(): <R, TArgs extends any[]>(fn: (...args: TArgs) => R, ...args: TArgs) => R; | |