1.0.3 • Published 2 years ago
change-bases v1.0.3
change-bases is a js package that allows you to change bases. for example given number 21 and base 2 is log2(21) = 10101
first install base.js
npm i change-bases
second import changeBase
import {changeBase} from './index.js'
changeBase(<num><base>) //both num and base needs to be a integer