Can be managed using yarn, npm, or jspm.
yarn add @string-plumbing/concat
npm install @string-plumbing/concat --save
jspm install npm:@string-plumbing/concat
Import the library where needed
const {concat, _concat} = await import('@string-plumbing/concat'); // or import {concat, _concat} from '@string-plumbing/concat';
More examples in the test files.