@rasta-alex/dec2radix
v1.0.0
Published
A Node.js library for converting between different numeric representations.
Readme
Dec2radix
A Node.js library for converting between different numeric representations.
Install
With npm:
npm i @rasta-alex/dec2radixUsage
const dec2radix = require('@rasta-alex/dec2radix');
const number = dec2radix(255, 16); // 'ff'License
MIT
