UNPKG

@ingestkorea/client-sens

Version:

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

10 lines (9 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SensCommand = void 0; class SensCommand { constructor(input) { this.input = input; } } exports.SensCommand = SensCommand;