https://github.com/krmax44/nothy
Just do nothing.
https://github.com/krmax44/nothy
nothing
Last synced: 10 days ago
JSON representation
Just do nothing.
- Host: GitHub
- URL: https://github.com/krmax44/nothy
- Owner: krmax44
- License: mit
- Created: 2021-04-04T19:14:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T19:28:16.000Z (about 5 years ago)
- Last Synced: 2025-02-25T23:42:22.573Z (over 1 year ago)
- Topics: nothing
- Language: JavaScript
- Homepage: https://npm.im/nothy
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nothing
[](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);
```