UNPKG

semantic-network

Version:

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

5 lines (4 loc) 140 B
import { Representation } from '../../types/types'; export interface SyncResourceResolver { (resource: string | any): Representation; }