@antonisbarotsis/confusables-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

Package Sidebar

Install

npm i @antonisbarotsis/confusables-js

Weekly Downloads

1

Version

0.1.6

License

MIT

Unpacked Size

14.3 kB

Total Files

9

Last publish

Collaborators

  • antonisbarotsis