0.1.1 • Published 11 years ago

concat-array v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
11 years ago

concat-array

Takes a string and an array of strings and concatenates the first string to each string in the array.

Getting started

Install the plugin:

npm install concat-array

Require it:

var ca = require('concat-array');

Test it:

console.log(ca.concatArray('jumbo', ['shrimp', 'tron']));

Author

License

Licensed under the MIT License (MIT)