/differs

A raw diff algorithm that can be extended for many purposes involving mapping changes.

Primary LanguageTypeScriptMIT LicenseMIT

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