in src/alert/alert.ts [35:39]
_init(opts: AlertOptions) { Object.keys(opts).forEach((opt) => { this.state[opt] = opts[opt]; }); }