1.0.0 • Published 3 years ago
errorouty v1.0.0
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)
1.0.0
3 years ago