This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
94 B
TypeScript
Raw Normal View History

2019-07-17 16:04:45 +08:00
import { Context } from "./sandbox";
declare global {
const context: Context
}
export { }