@jsonjoy.com/json-pack
Version:
High-performance JSON serialization library
15 lines • 390 B
JavaScript
;
/**
* ONC RPC Protocol Constants
* Supports RFC 1057, RFC 1831, and RFC 5531
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RPC_VERSION = void 0;
/**
* RPC protocol version (all RFCs use version 2)
* @see RFC 1057 Section 8
* @see RFC 1831 Section 8
* @see RFC 5531 Section 9
*/
exports.RPC_VERSION = 2;
//# sourceMappingURL=constants.js.map