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) 261 B
import { LinkType, RelationshipType } from 'semantic-link'; import { AxiosRequestConfig, AxiosResponse } from 'axios'; export declare function defaultGetFactory<T>(link: LinkType, rel: RelationshipType, options?: AxiosRequestConfig): Promise<AxiosResponse<T>>;