UNPKG

@niur/google-admanager-api

Version:
15 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContentService = void 0; class ContentService { constructor(client) { this._client = client; } async getContentByStatement(statement) { return this._client.getContentByStatement({ statement, }); } } exports.ContentService = ContentService; //# sourceMappingURL=content.service.js.map