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) 235 B
import { LinkedRepresentation } from 'semantic-link'; import { SingletonRepresentation } from '../../types/types'; export declare function instanceOfSingleton(object: unknown | LinkedRepresentation): object is SingletonRepresentation;