An open API service indexing awesome lists of open source software.

https://github.com/krmax44/nothy

Just do nothing.
https://github.com/krmax44/nothy

nothing

Last synced: 10 days ago
JSON representation

Just do nothing.

Awesome Lists containing this project

README

          

# Nothing

[![npm version](https://img.shields.io/npm/v/nothy)](https://www.npmjs.com/package/nothy)

Just do nothing.

## Features

- Does absolutely nothing ✨
- Great name 💅
- Tiny install size 💾
- ESM & CJS supported natively 🧩
- with types 🏷

## Usage

You can use `nothy` i.e. to efficiently handle errors:

```ts
import nothy from 'nothy';

thisMightFail().catch(nothy);
```