UNPKG

@jsonjoy.com/json-pack

Version:

High-performance JSON serialization library

12 lines 433 B
"use strict"; /** * SSH 2.0 Protocol module * * This module provides TypeScript encoder and decoder implementations * for SSH 2.0 protocol data types based on RFC 4251 specification. */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./SshEncoder"), exports); tslib_1.__exportStar(require("./SshDecoder"), exports); //# sourceMappingURL=index.js.map