Initial commit

This commit is contained in:
Synthasmagoria 2026-08-16 01:14:28 +02:00
commit fa2a864365
5 changed files with 403 additions and 0 deletions

11
example/output.js Normal file
View file

@ -0,0 +1,11 @@
const Series = Object.freeze({
None: -2,
Hex: -1,
Base64: 0,
P: 1,
Missing_Broken: 2,
Satellits: 3,
Praspis: 4,
Gnocchi: 5,
Runtime: 6,
});