UNPKG
@jplorg/jpl
Version:
latest (1.4.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
/
definition.js
4 lines
(3 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
export
const
DEFINITION_VERSION_MAJOR
=
1
;
export
const
DEFINITION_VERSION_MINOR
=
0
;
export
const
DEFINITION_VERSION
=
`
${DEFINITION_VERSION_MAJOR}
.
${DEFINITION_VERSION_MINOR}
`
;