Skip to content

fabioricali/Fataly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fataly

A shortcut to throw an error, very simple!

Build Status License: MIT

Installation

Node.js

npm install fataly --save

Browser

Local

<script src="node_modules/fataly/dist/fataly.min.js"></script>

CDN unpkg

<script src="https://unpkg.com/fataly/dist/fataly.min.js"></script>

CDN jsDeliver

<script src="https://cdn.jsdelivr.net/npm/fataly/dist/fataly.min.js"></script>

Usage

var fataly = require('fataly');

fataly('Your error message!');

License

Fataly is open-sourced software licensed under the MIT license

Author

Fabio Ricali

About

A shortcut to throw an error, very simple!

Resources

Stars

Watchers

Forks

Packages

No packages published