# @yehonadav/statuscodes

> enum mapping for http status codes

Latest version **1.0.6** (published 2021-04-27) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @yehonadav/statuscodes
pnpm add @yehonadav/statuscodes
yarn add @yehonadav/statuscodes
bun add @yehonadav/statuscodes
```

## 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.6 |
| Published | 2021-04-27 |
| First published | 2021-04-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 19.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | yehonadav |
| Maintainers | yehonadav |
| Keywords | common, components, typescript, npm |

## Links

- npm: https://www.npmjs.com/package/@yehonadav/statuscodes
- Repository: https://github.com/yehonadav/statuscodes
- Homepage: https://github.com/yehonadav/statuscodes#readme
- Issues: https://github.com/yehonadav/statuscodes/issues
- npm.io page: https://npm.io/package/@yehonadav/statuscodes

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-04-27

## README

# StatusCodes

## install

```
npm i @yehonadav/statuscodes
```

enum mapping for http status codes: 

## usage

```typescript
import {statusCode} from "statuscodes"

function responseOk(message) {
  return {
    status: statusCode.ok,
    message,
  }
}
```

enjoy =)

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