gun.d.ts 93 Bytes Raw Blame History Permalink 1 2 3 import { IGunStatic } from './types/static'; declare const Gun: IGunStatic; export = Gun;