UNPKG
nerdamer-ts
Version:
latest (1.2.0)
1.2.0
javascript light-weight symbolic math expression evaluator
nerdamer.com
mugabe/nerdamer
nerdamer-ts
/
dist
/
Types
/
Groups.d.ts
11 lines
(10 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
Groups
{ N =
1
, P =
2
, S =
3
,
EX
=
4
,
FN
=
5
,
PL
=
6
,
CB
=
7
,
CP
=
8
}