1.0.1 • Published 4 years ago
php_base_convert v1.0.1
Installation
with npm
npm i php_base_convert --savewith yarn
yarn add php_base_convertUsage
const base_convert = require('php_base_convert')
const converted = base_convert(140225946631, 10, 36)with npm
npm i php_base_convert --savewith yarn
yarn add php_base_convertconst base_convert = require('php_base_convert')
const converted = base_convert(140225946631, 10, 36)