UNPKG

@ingestkorea/client-sens

Version:

INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.

13 lines (12 loc) 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.de_SendMMSCommand = exports.se_SendMMSCommand = void 0; const SendSMS_js_1 = require("./SendSMS.js"); const se_SendMMSCommand = async (input, config) => { return (0, SendSMS_js_1.se_SendSMSCommand)(input, config); }; exports.se_SendMMSCommand = se_SendMMSCommand; const de_SendMMSCommand = async (response, config) => { return (0, SendSMS_js_1.de_SendSMSCommand)(response, config); }; exports.de_SendMMSCommand = de_SendMMSCommand;