We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CreateAbility
1 parent ef48c3a commit aaec82dCopy full SHA for aaec82d
packages/casl-ability/README.md
@@ -30,7 +30,7 @@ Lets define `Ability` for a blog website where visitors:
30
* cannot delete a post if it was created more than a day ago
31
32
```js
33
-import { AbilityBuilder, createMongoAbility } from '@casl/ability'
+import { AbilityBuilder, createMongoAbility } from '@casl/ability';
34
import { User } from '../models'; // application specific interfaces
35
36
/**
0 commit comments