UNPKG

@68publishers/cookie-consent

Version:

Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.

14 lines (11 loc) 190 B
export class CookieTableBody { constructor() { this._rows = []; } get rows() { return this._rows; } addRow(row) { this._rows.push(row); } }