You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
265 B

"use strict";var bps={regexp:/BPS/,format:function(e,r,s,t){var i=~r.indexOf(" BPS")?" ":"";e*=1e4,r=r.replace(/\s?BPS/,"");var n=t._numberToFormat(e,r,s);return n.indexOf(")")?n=n+i+"BPS":((n=n.split("")).splice(-1,0,i+"BPS"),n=n.join("")),n}};module.exports=bps;