npm.io
1.1.6 • Published 6 years ago

elo7-format-amd

Licence
BSD-3-Clause
Version
1.1.6
Deps
0
Size
12 kB
Vulns
0
Weekly
0
Stars
3

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

License

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


Copyright 2014 Elo7

); // Returns R$ 17,20 format.currencyToNumber('R$ 9,50'); // Returns 9.5 });

License

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


Copyright 2014 Elo7

Keywords