# @aperson1010/typing-quirk

> A NPM module gives you a homestuck's character's typing quirk - WIP

Latest version **0.0.1** (published 2020-09-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @aperson1010/typing-quirk
pnpm add @aperson1010/typing-quirk
yarn add @aperson1010/typing-quirk
bun add @aperson1010/typing-quirk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-09-29 |
| First published | 2020-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | APerson1010 |
| Maintainers | aperson1010 |
| Keywords | npm, node, typing-quirk, homestuck |

## Links

- npm: https://www.npmjs.com/package/@aperson1010/typing-quirk
- npm.io page: https://npm.io/package/@aperson1010/typing-quirk

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2020-09-29

## README

# typing-quirk

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

## Install

```
$ npm install typing-quirk
```

## Usage

```js
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
```

---
_Source: https://npm.io/package/@aperson1010/typing-quirk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
