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

3 lines (2 loc) 209 B
export declare const getRolesListView: (roles: any[], features: any[], permissions: any[]) => string; export declare const getRoleDetailsView: (role: any, allFeatures: any[], allPermissions: any[]) => string;