UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 159 B
export declare function roleScopesAllow(params: { role: string; requestedScopes: readonly string[]; allowedScopes: readonly string[]; }): boolean;