global.d.ts 89 Bytes Raw Blame History Permalink 1 2 3 4 import { IGunStatic } from './types/static'; declare global { var Gun: IGunStatic; }