UNPKG

ultra-violet

Version:

UV and Vitamin D personal tracking package

18 lines (16 loc) 338 B
// // Index.js // Violet // // Created by Nabyl Bennouri on 04/22/17. // Copyright © 2017 Ultra Inc. All rights reserved. 'use strict'; /** * Adds commas to a number * @param {number} number * @param {string} locale * @return {string} */ module.exports = function(number, locale) { return number.toLocaleString(locale); };