Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-data-structure/longest-prefix-suffix-array

npm

npm install @string-data-structure/longest-prefix-suffix-array --save

jspm

jspm install npm:@string-data-structure/longest-prefix-suffix-array

Usage

Import the library where needed

const {build} = await import( '@string-data-structure/longest-prefix-suffix-array' ) ;
// or
import {build} from '@string-data-structure/longest-prefix-suffix-array' ;

Examples

More examples in the test files.