First Version

This commit is contained in:
2026-07-10 15:02:09 +01:00
commit 38494a85a9
562 changed files with 196313 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// ESM wrapper for cronstrue (loaded as global via <script>)
const m = globalThis.cronstrue;
export const toString = m.toString;
export default m;