UNPKG

semantic-network

Version:

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

8 lines 289 B
import { __awaiter } from "tslib"; import { HttpUtil } from 'semantic-link'; export function defaultDeleteFactory(link, rel) { return __awaiter(this, void 0, void 0, function* () { return yield HttpUtil.del(link, rel); }); } //# sourceMappingURL=defaultDeleteFactory.js.map