UNPKG
@jplorg/jpl
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
JPL interpreter
github.com/jplorg/jpl
jplorg/jpl
@jplorg/jpl
/
src
/
library
/
ops
/
index.js
6 lines
(5 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
export
*
from
'./op'
;
export
*
from
'./opa'
;
export
*
from
'./opc'
;
export
*
from
'./opm'
;
export
*
from
'./opu'
;