This commit is contained in:
Benjamin Toby
2025-01-16 08:17:11 +01:00
parent 2c800d507e
commit 171b4cf08a
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -1 +1,2 @@
#!/usr/bin/env node
export {};
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env node
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };