node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Now exported interface Acl

Open rmuhamedgaliev opened this issue 8 years ago • 0 comments

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.

rmuhamedgaliev avatar Dec 08 '17 06:12 rmuhamedgaliev