UNPKG

vlc-client

Version:

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

7 lines 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.find = void 0; function find(ip, ipClass = 24, port = 8080) { } exports.find = find; //# sourceMappingURL=ServerFinder.js.map