semantic-network
Version:
A utility library for manipulating a list of links that form a semantic interface to a network of resources.
9 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emptyName = void 0;
/**
* Simple match on the name attribute on the resources
*/
var emptyName = function (lvalue, rvalue) { return !lvalue.name && !rvalue.name; };
exports.emptyName = emptyName;
//# sourceMappingURL=emptyName.js.map