6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
import { Context } from "./sandbox";
|
||
|
|
||
|
declare global {
|
||
|
const context: Context
|
||
|
}
|
||
|
export { }
|