easy-volume-next
Version:
fork easy-volume The easiest way to get and control your system's volume is finally here
10 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetVolumeError = exports.SetVolumeError = void 0;
class SetVolumeError extends Error {
}
exports.SetVolumeError = SetVolumeError;
class GetVolumeError extends Error {
}
exports.GetVolumeError = GetVolumeError;
//# sourceMappingURL=types.js.map