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