technically
Get the “exact value” of the number
This module works basically like Number.prototype.toString(), but more technically.
const technically = ; ; //=> '100' 1e24; //=> '1e+24'; //=> '999999999999999983222784' 01; //=> '0.1'; //=> '0.1000000000000000055511151231257827021181583404541015625' -0; //=> '0'; //=> '-0'