mirror of
https://github.com/amark/gun.git
synced 2026-03-09 18:33:10 +00:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import { IGunStatic } from './types/static';
|
|
declare const Gun: IGunStatic;
|
|
export = Gun;
|