1.0.0 • Published 2 years ago

errorouty v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is this?

Get perfect error every time for the non-designer.

Instalation

npm i errorout --save

Then...

'''

import { errorout } from 'errorout';

errorout({
    error_type: 'hard',
    padding: false

}); '''

Options

errorout supports 2 options, oth of which are optional:

  • error_type - hard | soft (Default is soft)
  • padding - boolean (Default is false)