alpha-replace-package
v1.0.0
Published
It replaces letters with their numeric look-alike. Something for me to learn how to make npm packages
Downloads
1
Readme
To install, run:
npm install alpha-replace-package
Then import the package:
let alpha = require("alpha-replace-package")
To use it:
alpha(text)
The text needs to be a string.