Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 636 Bytes

File metadata and controls

29 lines (18 loc) · 636 Bytes

Differs

This module is part of BPL (Balmanth's Personal Library) and provides a raw diff algorithm that can be extended for many purposes involving mapping changes.

Install

Using npm:

npm i @balmanth/differs

Reference

After installing the module, you need to import it as in the following example:

import * as Differs from '@balmanth/differs';

...Then you can follow all the quick reference examples.

License

MIT