0.4.1 • Published 6 months ago

@autometa/status-codes v0.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Introduction

Simple library providing access to Http Status codes and phrase texts.

npm add @autometa/status-codes

Use

import { StatusCodes } from "@autometa/status-codes";

console.log(StatusCodes.OK.status); // 200
console.log(StatusCodes.OK.statusText); // 'OK'

StatusCodes is an as const object, making its values visible in the text editor

0.4.1

6 months ago

0.4.0

8 months ago

0.3.1

10 months ago

0.3.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago