aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@sinonjs/commons/types/global.d.ts
blob: 0f54a635dc5ebd37379a9f52696b636a79cc39a0 (plain)
1
2
3
4
5
6
7
export = globalObject;
/**
 * A reference to the global object
 *
 * @type {object} globalObject
 */
declare var globalObject: object;