overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
45 lines (26 loc) • 599 B
Markdown
> Extend lines to equal length
```
$ npm install --save equal-length
```
*.join() and .split() are used only to demo line length*
```js
const equalLength = require('equal-length');
equalLength([
'abc',
'a'
].join('\n')).split('\n');
// => [
// 'abc',
// 'a '
// ]
```
Type: `string`
Multiline string.
MIT © [Vadim Demedes](https://github.com/vadimdemedes)