UNPKG

@gooddollar/goodcontracts

Version:
3 lines (2 loc) 100 B
const toGD = stringAmount => (parseInt(stringAmount) * 100).toString(); module.exports.toGD = toGD;