0.0.1 • Published 4 years ago

@aperson1010/typing-quirk v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

typing-quirk

Simple npm module for converting strings into homestuck character's typing quirk

Install

$ npm install typing-quirk

Usage

const typing_quirk = require("typing-quirk");

typing_quirk("Lets talk like John!");
//=> "lets talk like john"

typing_quirk(1337);
//=> Uncaught TypeError: I can only work with a string, silly!
//    at typing-quirk (<anonymous>:2:41)
//    at <anonymous>:1:1