@volverjs/data
Version:
Repository pattern implementation with a tiny HttpClient based on Fetch API.
14 lines (13 loc) • 380 B
JavaScript
import { Hash as t } from "./Hash.js";
import { HttpClient as p } from "./HttpClient.js";
import { RepositoryHttp as f } from "./RepositoryHttp.js";
import { UrlBuilder as i } from "./UrlBuilder.js";
import { HTTPError as l, TimeoutError as T } from "ky";
export {
l as HTTPError,
t as Hash,
p as HttpClient,
f as RepositoryHttp,
T as TimeoutError,
i as UrlBuilder
};