UNPKG

semantic-network

Version:

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

3 lines (2 loc) 184 B
import { FeedRepresentation, LinkedRepresentation } from 'semantic-link'; export declare function instanceOfFeed(object: unknown | LinkedRepresentation): object is FeedRepresentation;