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