Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-plumbing/join

npm

npm install @string-plumbing/join --save

jspm

jspm install npm:@string-plumbing/join

Usage

Import the library where needed

const {join, _join} = await import('@string-plumbing/join');
// or
import {join, _join} from '@string-plumbing/join';

Examples

More examples in the test files.