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

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

3 lines
81 B
TypeScript

import { IGun } from './types/gun/IGun';
declare const Gun: IGun;
export = Gun;