mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add build step
This commit is contained in:
Vendored
+6
@@ -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)
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
"use strict";var Metamuxer=(()=>{console.log("hi");})();
|
||||
if (typeof module === "object" && typeof module.exports === "object") Object.assign(module.exports, Metamuxer)
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
console.log("hi");
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
// src/index.ts
|
||||
console.log("hi");
|
||||
Reference in New Issue
Block a user