The tag @borrowsdoes not seem to work directly with the symbol, but only indirectly. For example, I had:
function origFunc = function() {};
exports.exportedFunc = origFunc;
, , .
, @borrows . ( @borrows "util" / , .)
, :
function origFunc = function() {};
exports = {
exportedFunc: origFunc,
}
@borrows. (, , .)