Home Manual Reference Source

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' ;