UNPKG

sitespeed.io

Version:

Analyze the web performance of your site

9 lines (7 loc) 152 B
'use strict'; module.exports = function (text, number) { if (text.length > number) { return text.slice(0, number) + '...'; } return text; };