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) 222 B
import { Comparator } from '../../interfaces/comparator'; import { Tracked } from '../../types/types'; /** * Simple match on the eTag in the header of a {@link Tracked} */ export declare const eTag: Comparator<Tracked>;