aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/global.d.ts
blob: 1a300561074a371f4ed0edd66ad23903c7ff1538 (plain)
1
2
3
4
5
6
7
/* eslint-disable no-var */
import type { BushClient, BushClientUtil } from '#lib';
declare global {
	var client: BushClient;
	var util: BushClientUtil;
	var __rootdir__: string;
}