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