Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-data-structure/failure-function

npm

npm install @string-data-structure/failure-function --save

jspm

jspm install npm:@string-data-structure/failure-function

Usage

Import the library where needed

const {build} = await import( '@string-data-structure/failure-function' ) ;
// or
import {build} from '@string-data-structure/failure-function' ;

Examples

More examples in the test files.