Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @edit-distance/myers-1986

npm

npm install @edit-distance/myers-1986 --save

jspm

jspm install npm:@edit-distance/myers-1986

Usage

Import the library where needed

const {diff} = require( '@edit-distance/myers-1986' ) ;
// or
import {diff} from '@edit-distance/myers-1986' ;

Examples

More examples in the test files.