UNPKG

ipp

Version:

Internet Printing Protocol (IPP) for nodejs

9 lines (6 loc) 179 B
var versions = []; versions[0x0100] = '1.0'; versions[0x0101] = '1.1'; versions[0x0200] = '2.0'; versions[0x0201] = '2.1'; module.exports = require('./ipputil').xref(versions);