1.0.0 • Published 5 years ago

dubbelerror v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

dubbelerror

I won't call it 'lazy' it's efficient!

Installation

npm i dubbelerror

Usage

import errorResponse from "dubbelerror";

const errRes = errorResponse(404, 'Not found');
console.log(errRes);

// Output: { status: 404, message: 'Not found' }
1.0.1

5 years ago

1.0.0

5 years ago