cryptic-typing
v1.0.14
Published
- Install the package from npm using: ```sh npm i cryptic-typing ``` - To use the library: ```js import crypticTyping from 'cryptic-typing'
Downloads
5
Readme
Cryptic Typing
Usage
- Install the package from npm using:
npm i cryptic-typing
- To use the library:
import crypticTyping from 'cryptic-typing' crypticTyping('The quick brown fox jumps over the lazy dog', (newText) => { console.log(newText) });