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) 162 B
export declare const getFeaturesListView: (features: any[]) => string; export declare const getFeatureDetailsView: (feature: any, relatedRoles: any[]) => string;