UNPKG

vlc-client

Version:

Node HTTP client/remote implementation to control VLC with simple function calls using VLC's own HTTP interface

10 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class VlcClientError extends Error { constructor(message) { super(message); this.name = "VlcClientError"; } } exports.default = VlcClientError; //# sourceMappingURL=VlcClientError.js.map