@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
6 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContactService = void 0;
var contact_service_1 = require("./contact.service");
Object.defineProperty(exports, "ContactService", { enumerable: true, get: function () { return contact_service_1.ContactService; } });
//# sourceMappingURL=index.js.map