UNPKG

@overwolf/overwolf-api-ts

Version:

utilities and wrappers for common Overwolf API tasks

13 lines (12 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OWListener = void 0; class OWListener { constructor(delegate) { this._delegate = delegate; } start() { this.stop(); } } exports.OWListener = OWListener;