mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-31 21:12:46 +00:00
Initial Commit
This commit is contained in:
5
ProjectNow/NodeServer/node_modules/widest-line/index.js
generated
vendored
Normal file
5
ProjectNow/NodeServer/node_modules/widest-line/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
const stringWidth = require('string-width');
|
||||
|
||||
module.exports = input => Math.max.apply(null, input.split('\n').map(x => stringWidth(x)));
|
||||
|
Reference in New Issue
Block a user