UNPKG
authorizedjs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A tool for authorization based on permits
fagbokforlaget/authorizedjs
authorizedjs
/
index.js
7 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
require
(
"coffee-script"
); auth = {}; auth.
Authorization
=
require
(
'./lib/authorized'
); auth.
Permit
=
require
(
'./lib/permit'
);
module
.exports = auth;