@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
9 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClientAsync = createClientAsync;
const soap_1 = require("soap");
/** Create YieldGroupServiceClient */
function createClientAsync(...args) {
return (0, soap_1.createClientAsync)(args[0], args[1], args[2]);
}
//# sourceMappingURL=client.js.map