initial commit

This commit is contained in:
ALIF\Alif Firmansyah
2026-08-27 17:57:30 +07:00
commit c1de380d88
5072 changed files with 1373737 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toString = void 0;
function toString(segments) {
return segments.map(s => typeof s === 'string' ? s : s[0]).join('');
}
exports.toString = toString;
//# sourceMappingURL=toString.js.map