Initial commit
This commit is contained in:
commit
fa2a864365
5 changed files with 403 additions and 0 deletions
11
example/output.js
Normal file
11
example/output.js
Normal 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,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue