const granted = new Set([]) export function __can__(...path: string[]) { const key = path.join('.') return granted.has(key) }