npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

concat-array

0.1.1

@jonschlinkert

npmRepoSnykSocket
Downloads:8
$ npm install concat-array
DailyWeeklyMonthlyYearly

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

  • Jon Schlinkert

License

Licensed under the MIT License (MIT)