@codedev168/vowel-mask
v0.1.0
Published
Replaces vowels in a string with a specified mask character (e.g., 'hello' → 'h*ll*').
Maintainers
Readme
vowel-mask
Replaces vowels in a string with a specified mask character (e.g., 'hello' → 'hll').
Installation
npm install @codedev168/vowel-maskUsage
import { } from '@codedev168/vowel-mask';License
MIT
