UNPKG

vsdc-sdk

Version:

[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&r=r&type=6e&v=0.0.1&x2=0)](https://www.npmjs.com/package/vsdc-sdk-node) [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/license

22 lines (15 loc) 397 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Vsdc = /*#__PURE__*/function () { function Vsdc(a, b) { this.a = a != null ? a : 0; this.b = b != null ? b : 0; } var _proto = Vsdc.prototype; _proto.ping = function ping() { return 'ping!'; }; return Vsdc; }(); exports.Vsdc = Vsdc; //# sourceMappingURL=vsdc-sdk.cjs.development.js.map