Michael Canlas
Results
1
comments of
Michael Canlas
@kunjesh1 I was facing a similar issue as well. I was able to import with the following code ```js import { get as levenshtein } from 'fast-levenshtein'; levenshtein('cat', 'bat'); ```...