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