UNPKG

@vortex-js/core

Version:

A simple and powerful role-based access control (RBAC) middleware for Express.js, designed to be easy to use and integrate with your existing applications. It provides a flexible way to manage user permissions and roles, making it ideal for building secur

9 lines (8 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ErrorRoute { constructor(r) { this.middleware = r.middleware; } } exports.default = ErrorRoute;