UNPKG

wires-domain

Version:

Restfull service with dependency injection

8 lines (6 loc) 129 B
var domain = require('../index'); domain.service("$a", function($b) { return { data: $b.details + " Some shit from a" } });