Revert "merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts"

This reverts commit 5fad551b59.
This commit is contained in:
vvakame
2015-04-29 12:05:02 +09:00
parent 5fad551b59
commit 5cd28fd0e3
5 changed files with 46 additions and 32 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
/// <reference path='acl.d.ts'/>
/// <reference path='acl-mongodbBackend.d.ts'/>
// https://github.com/OptimalBits/node_acl/blob/master/Readme.md
import Acl = require('acl');
@@ -14,3 +14,4 @@ acl.allow('guest', 'blogs', 'view');
// allow function accepts arrays as any parameter
acl.allow('member', 'blogs', ['edit','view', 'delete']);