1.0.1 • Published 5 years ago

typing-quirk v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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
2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago