7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
/* eslint-disable no-var */
|
|
|
|
declare global {
|
|
var _ctx: Record<string, Record<string, string>>;
|
|
}
|
|
|
|
export { }; |