UNPKG

casbin

Version:

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

5 lines (4 loc) 106 B
export interface Watcher { setUpdateCallback(cb: () => void): void; update(): Promise<boolean>; }