Home Manual Reference Source

Usage

Import the library where needed

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