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