First commit

This commit is contained in:
Jonathan Staab
2023-03-25 10:08:17 -05:00
commit 39d001280c
12 changed files with 4962 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const t = 1;
export {
t as stuff
};
+1
View File
@@ -0,0 +1 @@
(function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.paravel={}))})(this,function(e){"use strict";e.stuff=1,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});