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

4 lines
90 B
TypeScript

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