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