tencentcloud-sdk-nodejs-common
Version:
15 lines (14 loc) • 546 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommonClient = void 0;
const abstract_client_1 = require("./abstract_client");
/**
* Common client class for Tencent Cloud SDK
*
* You only need to install the tencentcloud-sdk-nodejs-common package to Make an API request to any product
*
* @see {@link https://github.com/TencentCloud/tencentcloud-sdk-nodejs/tree/master/examples/common} view exmaple
*/
class CommonClient extends abstract_client_1.AbstractClient {
}
exports.CommonClient = CommonClient;
;