UNPKG
@c_phillips/ipp-browser
Version:
latest (1.0.0)
1.0.0
IPP for the browse and node
github.com/cphillips/ipp-browser
cphillips/ipp-browser
@c_phillips/ipp-browser
/
lib
/
versions.ts
12 lines
(7 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ xref }
from
"./ipputil"
;
let
baseVersions
:
any
= []; baseVersions[
0x0100
] =
'1.0'
; baseVersions[
0x0101
] =
'1.1'
; baseVersions[
0x0200
] =
'2.0'
; baseVersions[
0x0201
] =
'2.1'
;
export
const
version =
xref
(baseVersions)