UNPKG

@sourcedream/allcountjs

Version:

The open source framework for rapid business application development with Node.js

7 lines 188 B
module.exports = function () { return { buildLinkTo: function (linkObj) { return linkObj.view ? linkObj.view : '/entity/' + linkObj.entityTypeId; } } };