gun/global.d.ts
MaciejDot 395c2b8f98
partly repair gun types (#1154)
* partly repair gun types

* added types tests
2021-10-29 23:15:02 -07:00

5 lines
83 B
TypeScript

import { IGun } from './types/gun/IGun';
declare global {
var Gun: IGun;
}