UNPKG

jvsveml6070

Version:

Node.js package for the Vishay VEML6070 UVA Light Sensor, written in TypeScript.

8 lines (7 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SensorError = void 0; const module_1 = require("./module"); class SensorError extends module_1.BaseError { } exports.SensorError = SensorError;