UNPKG

calibre

Version:

Performance monitoring with Synthetic testing, Chrome UX Report, and Real User Metrics

7 lines (5 loc) 148 B
const convert = value => { if (value === null || value === undefined) return '-' return `${value ? value / 1000 : 0}` } export default convert