mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
export SEA type information (#1224)
This commit is contained in:
parent
ff3c4f6e69
commit
9d94b433d0
3
sea.d.ts
vendored
3
sea.d.ts
vendored
@ -1,5 +1,8 @@
|
|||||||
import { ISEA } from './types/sea/ISEA';
|
import { ISEA } from './types/sea/ISEA';
|
||||||
|
|
||||||
|
declare const SEA: ISEA;
|
||||||
|
export default SEA;
|
||||||
|
|
||||||
import {} from './types/sea/ISEA';
|
import {} from './types/sea/ISEA';
|
||||||
declare module './types/sea/ISEA' {
|
declare module './types/sea/ISEA' {
|
||||||
export interface ISEA {
|
export interface ISEA {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user