Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

7
node_modules/snake-case/dist.es2015/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
import { __assign } from "tslib";
import { dotCase } from "dot-case";
export function snakeCase(input, options) {
if (options === void 0) { options = {}; }
return dotCase(input, __assign({ delimiter: "_" }, options));
}
//# sourceMappingURL=index.js.map