UNPKG

atb-resistor-calculator

Version:

A straightforward resistor calculator that anyone can use to find values from colors and find colors from values.

7 lines (5 loc) 147 B
const { getBandsFromValue, getValueFromBands } = require('./resistor'); module.exports = { getBandsFromValue, getValueFromBands, };