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