UNPKG

semantic-network

Version:

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

6 lines (5 loc) 157 B
import { LinkedRepresentation } from 'semantic-link'; export type ComparableRepresentation = LinkedRepresentation & { name?: string; id?: string; };