1.1.6 • Published 4 years ago

elo7-format-amd v1.1.6

Weekly downloads
19
License
BSD-3-Clause
Repository
github
Last release
4 years ago

Format-amd

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.

Build Status

Install

Install : npm install elo7-format-amd

Dependency

Format-amd depends on an amd implementation. We suggest define-async implementation for dependency lookup.

Example

define(['format'], function(format) {
	format.currency(17.2, 'R$'); // Returns R$ 17,20
	format.currencyToNumber('R$ 9,50'); // Returns 9.5
});

License

Format-amd is released under the BSD. Have at it.


Copyright :copyright: 2014 Elo7