eigent/package/@stackframe/stack-shared/dist/utils/globals.d.mts
2025-08-12 01:16:39 +02:00

5 lines
133 B
TypeScript

declare const globalVar: any;
declare function createGlobal<T>(key: string, init: () => T): T;
export { createGlobal, globalVar };