This commit is contained in:
Benjamin Toby
2025-02-21 09:00:49 +01:00
parent 7d71316b2c
commit 4540404522
15 changed files with 103 additions and 43 deletions
@@ -0,0 +1 @@
export default function grabDefaultDistName(): string;
@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = grabDefaultDistName;
function grabDefaultDistName() {
return ".buncid-next-dist";
}