UNPKG

@mamoorali295/rbac

Version:

Complete RBAC (Role-Based Access Control) system for Node.js with Express middleware, NestJS integration, GraphQL support, MongoDB & PostgreSQL support, modern admin dashboard, TypeScript support, and dynamic permission management

7 lines (6 loc) 149 B
export declare const getDashboardView: (stats?: { users: number; roles: number; features: number; permissions: number; }) => string;