mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { IGunStatic } from './types/static';
|
|
declare global {
|
|
var Gun: IGunStatic;
|
|
}
|