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) 214 B
import { LinkType, RelationshipType } from 'semantic-link'; import { AxiosResponse } from 'axios'; export declare function defaultDeleteFactory(link: LinkType, rel: RelationshipType): Promise<AxiosResponse<void>>;