UNPKG

silentjs

Version:
18 lines 276 B
module.exports = { OK: { status: 200, error: false }, BAD_REQUEST: { status: 400, error: true }, FORBIDDEN: { status: 403, error: true }, NOT_FOUND: { status: 404, error: true } };