Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-plumbing/concat

npm

npm install @string-plumbing/concat --save

jspm

jspm install npm:@string-plumbing/concat

Usage

Import the library where needed

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

Examples

More examples in the test files.