UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

11 lines 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IllegalArgumentError = void 0; class IllegalArgumentError extends Error { constructor(message) { super(message); this.name = 'IllegalArgumentError'; } } exports.IllegalArgumentError = IllegalArgumentError; //# sourceMappingURL=illegal-argument.error.js.map