UNPKG

smppjs

Version:
13 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outbindDTO = void 0; const outbindDTO = ({ systemId, password }) => { return { command: { system_id: { type: 'Cstring', value: systemId }, password: { type: 'Cstring', value: password }, }, }; }; exports.outbindDTO = outbindDTO; //# sourceMappingURL=outbind.js.map