node_acl
node_acl copied to clipboard
Now exported interface Acl
In index.d.ts exists constructor with return type Acl
interface AclStatic {
new (backend: Backend<any>, logger: Logger, options: Option): Acl;
new (backend: Backend<any>, logger: Logger): Acl;
new (backend: Backend<any>): Acl;
memoryBackend: MemoryBackendStatic;
}
But not exported interface Acl.