UNPKG

semantic-network

Version:

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

7 lines (6 loc) 272 B
import { Comparator } from '../../interfaces/comparator'; import { ComparableRepresentation } from '../../interfaces/comparableRepresentation'; /** * Simple match on the name attribute on the resources */ export declare const name: Comparator<ComparableRepresentation>;