@aicacia/string-fuzzy_equals
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

ts-string-fuzzy_equals

license docs npm (scoped) build

string fuzzy equals

import { fuzzyEquals } from "@aicacia/string-fuzzy_equals";

fuzzyEquals("cart", "CartWheel") === true;
fuzzyEquals("Cart", "CartWheel", true) === true;
fuzzyEquals("cart", "CartWheel", true) === false;

Package Sidebar

Install

npm i @aicacia/string-fuzzy_equals

Weekly Downloads

30

Version

0.1.4

License

(MIT OR Apache-2.0)

Unpacked Size

20.5 kB

Total Files

13

Last publish

Collaborators

  • nathanfaucett