UNPKG

calibre

Version:

Calibre - Page speed performance testing with Google Lighthouse

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