# is-greater-than

> Determines if x is greater than y

Latest version **1.1.3** (published 2020-08-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install is-greater-than
pnpm add is-greater-than
yarn add is-greater-than
bun add is-greater-than
```

## 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.1.3 |
| Published | 2020-08-02 |
| First published | 2020-08-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | AprixStudios |
| Maintainers | aprixia |
| Keywords | is, greater, than |

## Links

- npm: https://www.npmjs.com/package/is-greater-than
- Repository: https://github.com/AprixStudios/is-greater-than
- Homepage: https://github.com/AprixStudios/is-greater-than#readme
- Issues: https://github.com/AprixStudios/is-greater-than/issues
- npm.io page: https://npm.io/package/is-greater-than

## Dependencies (3)

- [mocha](https://npm.io/package/mocha.md) ^8.1.0
- [assert](https://npm.io/package/assert.md) ^2.0.0
- [is-number](https://npm.io/package/is-number.md) ^7.0.0

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.1.3 (latest) — 2020-08-02
- 1.1.2 — 2020-08-01
- 1.1.1 — 2020-08-01
- 1.1.0 — 2020-08-01
- 1.0.0 — 2020-08-01

## README

<h1 align="center">Welcome to is-greater-than 👋</h1>
<p>
  <a href="https://www.npmjs.com/package/is-greater-than" target="_blank">
    <img alt="Version" src="https://img.shields.io/npm/v/is-greater-than.svg">
  </a>
  <a href="https://github.com/AprixStudios/is-greater-than#readme" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="https://github.com/AprixStudios/is-greater-than/graphs/commit-activity" target="_blank">
    <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
  </a>
  <a href="https://github.com/AprixStudios/is-greater-than/blob/master/LICENSE" target="_blank">
    <img alt="License: ISC" src="https://img.shields.io/github/license/Aprixia/is-greater-than" />
  </a>
  <a href="https://twitter.com/Aprixiaa" target="_blank">
    <img alt="Twitter: Aprixiaa" src="https://img.shields.io/twitter/follow/Aprixiaa.svg?style=social" />
  </a>
</p>

> Determines if x is greater than y

### 🏠 [Homepage](https://github.com/AprixStudios/is-greater-than#readme)

## Install

```sh
npm install
```

## Run tests

```sh
npm run test
```

## Example
```js
const isGreaterThan = require('is-greater-than');

isGreaterThan(1,2) // False

isGreaterThan('69', '666') // False

isGreaterThan(727, 420) // True

isGreaterThan('2.7e5', '3.9e3') // True
```


## Author

👤 **AprixStudios**

* Website: https://aprixstudios.xyz/
* Twitter: [@Aprixiaa](https://twitter.com/Aprixiaa)
* Github: [@Aprixia](https://github.com/Aprixia)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/AprixStudios/is-greater-than/issues).

## Show your support

Give a ⭐️ if this project helped you!

<a href="https://www.patreon.com/Aprixia">
  <img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>

## 📝 License

Copyright © 2020 [AprixStudios](https://github.com/AprixStudios).<br />
This project is [MIT](https://github.com/AprixStudios/is-greater-than/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

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