UNPKG

payload-gatekeeper

Version:

The ultimate access control gatekeeper for Payload CMS v3 - Advanced RBAC with wildcard support, auto role assignment, and flexible configuration

9 lines 297 B
/** * Format slug or namespace to readable label * Examples: * - 'backend-users' → 'Backend Users' * - 'event-management' → 'Event Management' * - 'user-profiles' → 'User Profiles' */ export declare const formatLabel: (slug: string) => string; //# sourceMappingURL=formatLabel.d.ts.map