1.1.7 • Published 3 years ago

shiet v1.1.7

Weekly downloads
21
License
ISC
Repository
github
Last release
3 years ago

📡 SHIET

**S**ummon **H**ighly **I**ntelligent **E**rror **T**ransmission

npm npm.io npm.io javascript

Huh?

Have you ever dreamt of opening StackOverflow seconds after receiving an error? Well, now you certainly can!

Installation

npm install shiet --save

Usage

Function takes two parameters:

shiet(query: string | number, tags: Array<string>)

Tags parameter is **optional**.

import shiet from 'shiet';

try {
  ...
} catch (e) {
  shiet(e.message, ['angular material']);
}

Contributions

**SHIET** is an open-sourced package. Contributions of any shape are welcome and appreciated.

License

ISC © Pijus Rancevas

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago