UNPKG
forgot
Version:
latest (0.0.2)
0.0.2
0.0.1
Forgot the exceptions function throws, just go on
github.com/jarvys/node-forgot
jarvys/node-forgot
forgot
/
README.md
23 lines
(15 loc)
•
278 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# node-forgot
> forgot the exceptions the function throws, just go
on
:)
## Install
```Bash $ npm install forgot ```
## Usage
```javascript
var
forgot = require(
'forgot'
); console.log(
'Begin'
); forgot(function() {
throw
new
Error(
'Bomn!'
); }); console.log(
'Finish'
); ```