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 301 B
import { __awaiter } from "tslib"; import { HttpUtil } from 'semantic-link'; export function defaultGetFactory(link, rel, options) { return __awaiter(this, void 0, void 0, function* () { return yield HttpUtil.get(link, rel, options); }); } //# sourceMappingURL=defaultGetFactory.js.map