UNPKG

casbin

Version:

An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS

6 lines (5 loc) 146 B
import { Effect } from './effector'; export interface EffectorStream { current(): boolean; pushEffect(eft: Effect): [boolean, boolean]; }