UNPKG

realm-router

Version:

Realm router is a bleeding edge restful framework (ec7 + decorators), based on realm dependency injection.

15 lines (10 loc) 225 B
"use realm backend"; import Decorator from realm.router; class Permissions { static inject($req, $attrs) { return { $permissions: "this is permissions" } } } export Decorator.wrap(Permissions);