UNPKG

@68publishers/cookie-consent

Version:

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

12 lines (10 loc) 231 B
export class AbstractOptions { merge(options) { let property; for (property in options) { if (property in this) { this[property] = options[property]; } } } }