Home Manual Reference Source

src/concat.js

import join from './join';

const concat = (strings) => join(strings, '');
export default concat;