Format-amd string/number library
Format.js is a library that converts string to number or the opposite. This library uses amd structure. Currently, we support currency formats.
Install : npm install elo7-format-amd
Format-amd depends on an amd implementation. We suggest define-async implementation for dependency lookup.
define(['format'], function(format) {
format.currency(17.2, 'R$'); // Returns R$ 17,20
format.currencyToNumber('R$ 9,50'); // Returns 9.5
});
Format-amd is released under the BSD. Have at it.
Copyright ©️ 2014 Elo7