UNPKG

sitespeed.io

Version:

Analyze the web performance of your site

12 lines (10 loc) 202 B
'use strict'; module.exports = function (value, ok, warning) { value = value || 0; if (value > ok) { return 'ok'; } else if (value > warning) { return 'warning'; } return 'error'; };