Add build step

This commit is contained in:
David Payr
2024-09-02 01:06:35 +03:00
parent d2de87194c
commit 2ff6a979e8
7 changed files with 80 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
"use strict";
var Metamuxer = (() => {
// src/index.ts
console.log("hi");
})();
if (typeof module === "object" && typeof module.exports === "object") Object.assign(module.exports, Metamuxer)
+2
View File
@@ -0,0 +1,2 @@
"use strict";var Metamuxer=(()=>{console.log("hi");})();
if (typeof module === "object" && typeof module.exports === "object") Object.assign(module.exports, Metamuxer)
+1
View File
@@ -0,0 +1 @@
console.log("hi");
+2
View File
@@ -0,0 +1,2 @@
// src/index.ts
console.log("hi");