Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 723 Bytes

File metadata and controls

40 lines (27 loc) · 723 Bytes

{%= name %} {%= badge("fury") %} {%= badge("travis") %}

{%= description %}

{%= include("install-npm", {save: true}) %} {%= include("install-bower", {save: true}) %}

Running tests

{%= include("tests") %}

Usage

var longest = require('{%= name %}');
longest(['a', 'abcde', 'abc']);
//=> 'abcde'

longest(['a', 'abcde', 'abc']).length;
//=> 5

Related projects

{%= related(['longest-value', 'right-align-values', 'right-pad-values', 'repeat-string', 'pad-right', 'pad-left']) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright({start: 2014}) %} {%= license() %}


{%= include("footer") %}