@aperson1010/typing-quirk

0.0.1 • Public • Published

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

/@aperson1010/typing-quirk/

    Package Sidebar

    Install

    npm i @aperson1010/typing-quirk

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.11 kB

    Total Files

    4

    Last publish

    Collaborators

    • aperson1010