0.1.6 • Published 8 months ago

@antonisbarotsis/confusables-js v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

confusables-js

Node bindings for the confusables library.

A Rust crate that provides utilities around Unicode confusables/homoglyphs. Specifically about:

  • detecting confusable characters in strings
  • replacing confusable characters (according to the data file specified in the Unicode® Technical Standard)
  • confusable-resilient operations (equality, contains) on strings

For usage examples, see here.

Install with

npm i @antonisbarotsis/confusables-js