An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/levenshtein-lwc

Salesforce LWC implementing levenshtein distance from https://github.com/gustf/js-levenshtein
https://github.com/jsmithdev/levenshtein-lwc

lightning-web-components lightningwebcomponents lwc salesforce

Last synced: about 2 months ago
JSON representation

Salesforce LWC implementing levenshtein distance from https://github.com/gustf/js-levenshtein

Awesome Lists containing this project

README

          

# Levenshtein Web Component

## Salesforce LWC implementing Levenshtein distance

Adapted algorithm from https://github.com/gustf/js-levenshtein into this [ES6 module](force-app/main/default/lwc/levenExample/levenshtein.js) which is imported in the example [LWC](force-app/main/default/lwc/levenExample/levenExample.js) 🦄