export SEA type information (#1224)

This commit is contained in:
George Shammas 2022-04-02 23:26:08 +00:00 committed by GitHub
parent ff3c4f6e69
commit 9d94b433d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
sea.d.ts vendored
View File

@ -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 {