diff --git a/README.md b/README.md
index e1e58c8b..bb645411 100644
--- a/README.md
+++ b/README.md
@@ -115,14 +115,19 @@ On that note, let's get some official shout outs covered first:
Thanks to:
-
-
Robert Heessels,
Lorenzo Mangani,
@@ -146,7 +151,9 @@ Thanks to:
Aaron Artille,
Tim Robinson,
Fabian Stamm,
-Mike Staub
+Mike Staub,
+Hunter Owens,
+Jacob Millner
- Join others in sponsoring code: https://www.patreon.com/gunDB !
diff --git a/lib/axe.js b/lib/axe.js
index 33c4d125..15b2e787 100644
--- a/lib/axe.js
+++ b/lib/axe.js
@@ -170,4 +170,4 @@ function start(root){
}
if(from){ return Object.Map = Map }
(Object.Map = function(){ this.s = {} }).prototype = {set:function(k,v){this.s[k]=v;return this},get:function(k){return this.s[k]},delete:function(k){delete this.s[k]}};
-}());
\ No newline at end of file
+}());
diff --git a/sea.d.ts b/sea.d.ts
index cf6c647a..997f0f1a 100644
--- a/sea.d.ts
+++ b/sea.d.ts
@@ -1,5 +1,8 @@
import { ISEA } from './types/sea/ISEA';
+declare const SEA: ISEA;
+export default SEA;
+
import {} from './types/sea/ISEA';
declare module './types/sea/ISEA' {
export interface ISEA {