# statuses

This is a mirror of [statuses](https://www.npmjs.com/package/statuses), bundled and exposed as ES module.

## Install

```
npm install @bundled-es-modules/statuses
```

## Use

```html
<script type="module">
  import status from '@bundled-es-modules/statuses';
</script>
```