UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

3 lines (2 loc) 156 B
import { User } from "../contexts/UserContext"; export declare function hasGroup(user: User | null | undefined, group: string | null | undefined): boolean;