# is-hyper

> Check if you're running in Hyper

Latest version **2.0.0** (published 2024-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-hyper
pnpm add is-hyper
yarn add is-hyper
bun add is-hyper
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-04-30 |
| First published | 2016-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18 |
| Dependencies | 1 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 24 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | hyper, app, terminal, term, console, semver, version, check, detect, hyperterm |

## Links

- npm: https://www.npmjs.com/package/is-hyper
- Repository: https://github.com/sindresorhus/is-hyper
- Homepage: https://github.com/sindresorhus/is-hyper#readme
- Issues: https://github.com/sindresorhus/is-hyper/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/is-hyper

## Dependencies (1)

- [semver](https://npm.io/package/semver.md) ^7.6.0

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2024-04-30
- 1.0.0 — 2017-01-13
- 0.2.0 — 2016-10-10

## README

# is-hyper

> Check if you're running in [Hyper](https://hyper.is)

## Install

```sh
npm install is-hyper
```

## Usage

Here running in Hyper 0.7.0:

```js
import isHyper from 'is-hyper';

isHyper();
//=> true

isHyper('>=0.8');
//=> false
```

## API

### isHyper(semverRange?)

Returns a `boolean`.

#### semverRange

Type: `string`

Match a specific [version range](https://github.com/npm/node-semver#advanced-range-syntax).

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