# two

> two

Latest version **1.0.7** (published 2024-03-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install two
pnpm add two
yarn add two
bun add two
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2024-03-05 |
| First published | 2015-05-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Izzy Chen |
| Maintainers | song940, czizzy |
| Keywords | two |

## Links

- npm: https://www.npmjs.com/package/two
- Repository: https://github.com/czizzy/two
- Homepage: https://github.com/czizzy/two#readme
- Issues: https://github.com/czizzy/two/issues
- npm.io page: https://npm.io/package/two

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21

## Recent versions

- 1.0.7 (latest) — 2024-03-05
- 1.0.6 — 2024-03-04
- 1.0.5 — 2024-02-28
- 1.0.4 — 2024-02-23
- 1.0.3 — 2024-02-23
- 1.0.2 — 2024-02-23
- 1.0.1 — 2015-05-13
- 1.0.0 — 2015-05-13

## README

## Two ![NPM version](https://img.shields.io/npm/v/two.svg?style=flat)

This is a funny project .

### Installation
```bash
$ npm install two [--save]
```

### Example
```js
var two = require('two');

two(); //2
```

### API


### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3

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