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

5 lines
93 B
TypeScript

import { IGunStatic } from './types/static';
declare global {
var Gun: IGunStatic;
}