gads
Version:
An unofficial JS client library for the SOAP-based DFP Ads API
9 lines • 303 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const adwords = require("./adwords/index");
exports.adwords = adwords;
const dfp = require("./dfp/index");
exports.dfp = dfp;
const oauth2 = require("./oauth2/index");
exports.oauth2 = oauth2;
//# sourceMappingURL=index.js.map