UNPKG

jvsveml6070

Version:

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

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