UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

5 lines 175 B
/** * Simple match on the name attribute on the resources */ export const emptyName = (lvalue, rvalue) => !lvalue.name && !rvalue.name; //# sourceMappingURL=emptyName.js.map