UNPKG
erium
Version:
latest (1.0.4-bugfixes)
1.0.4
1.0.4-bugfixes
1.0.3
1.0.3-fix2
1.0.3-fix
1.0.2
1.0.2-fix
0.0.1
Erium is Discord Bot Library made in typescript
github.com/NotSkieslol/Erium
NotSkieslol/Erium
erium
/
output
/
src
/
OPCodes.d.ts
14 lines
(13 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
enum
OPCodes
{
ZERO
=
0
,
ONE
=
1
,
TWO
=
2
,
THREE
=
3
,
FOUR
=
4
,
SIX
=
6
,
SEVEN
=
7
,
EIGHT
=
8
,
NINE
=
9
,
TEN
=
10
,
ELEVEN
=
11
}