We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9e5b5 commit 2f8801cCopy full SHA for 2f8801c
src/enforcer.ts
@@ -17,7 +17,6 @@ import { Model, newModel } from './model';
17
import { Adapter, FileAdapter, StringAdapter } from './persist';
18
import { getLogger } from './log';
19
import { arrayRemoveDuplicates } from './util';
20
-import RuntimeError = WebAssembly.RuntimeError;
21
22
/**
23
* Enforcer = ManagementEnforcer + RBAC API.
0 commit comments