@thecollinslagat/text-fuzzer
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Note: This tools is inspired (or rather, translated) from the DomainFuzz class of the dnstwist project.

Purpose

The aim of this tool is to generate words that looks the same as a given word. For example, given the word bank, the following words can be generated:

[
  'cank', 'fank', 'jank',
  'rank', 'bcnk', 'benk',
  'bink', 'bqnk', 'baok',
  'balk', 'bajk', 'bafk',
  'banj', 'bani', 'bano',
  'banc'
]

Basic Example

import { addition } from '@thecollinslagat/text-fuzzer'

const words = addition('bank)

console.log(words)

/@thecollinslagat/text-fuzzer/

    Package Sidebar

    Install

    npm i @thecollinslagat/text-fuzzer

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    80.2 kB

    Total Files

    26

    Last publish

    Collaborators

    • thecollinslagat