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

11 lines (10 loc) 256 B
import { PathParams } from "express-serve-static-core"; interface IErrorRoute { middleware: PathParams; } declare class ErrorRoute { middleware: PathParams; constructor(r: IErrorRoute); } export default ErrorRoute; export type { IErrorRoute };