1.0.1 • Published 5 years ago
@accateo/from_dec_to_hex v1.0.1
@accateo/from_dec_to_hex
NPM Package to convert decimal number to hexadecimal
Install
$ npm install @accateo/from_dec_to_hexUsage
const from_dec_to_hex = require("@accateo/from_dec_to_hex");
from_dec_to_hex(16);
//=> 10