UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

12 lines (7 loc) 145 B
'use strict' var format = d3.format('.3s') module.exports = { msFormat: function msFormat(val){ return format(val/1000000) + 's' } }