UNPKG

semantic-network

Version:

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

4 lines (3 loc) 239 B
import { ResourceSync } from '../../interfaces/sync/resourceSync'; import { LinkedRepresentation } from 'semantic-link'; export declare function instanceOfResourceSync<T extends LinkedRepresentation>(obj: unknown): obj is ResourceSync<T>;