UNPKG

js-money

Version:

JavaScript implementation of the Money value object.

11 lines (9 loc) 259 B
/** * This file is part of the JS Money library * * Copyright (c) 2014 David Kalosi * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ module.exports = require('./money');