gun/gun.d.ts
2020-02-05 08:37:00 +08:00

4 lines
93 B
TypeScript

import { IGunStatic } from './types/static';
declare const Gun: IGunStatic;
export = Gun;