UNPKG

1.39 kBJavaScriptView Raw
1import Snekfetch from './index.js';
2
3export default Snekfetch;
4
5export const { version } = Snekfetch;
6export const { METHODS } = Snekfetch;
7
8export const { acl } = Snekfetch;
9export const { bind } = Snekfetch;
10export const { checkout } = Snekfetch;
11export const { connect } = Snekfetch;
12export const { copy } = Snekfetch;
13const { delete: _delete } = Snekfetch;
14export { _delete as delete };
15export const { get } = Snekfetch;
16export const { head } = Snekfetch;
17export const { link } = Snekfetch;
18export const { lock } = Snekfetch;
19export const { merge } = Snekfetch;
20export const { mkactivity } = Snekfetch;
21export const { mkcalendar } = Snekfetch;
22export const { mkcol } = Snekfetch;
23export const { move } = Snekfetch;
24export const { notify } = Snekfetch;
25export const { options } = Snekfetch;
26export const { patch } = Snekfetch;
27export const { post } = Snekfetch;
28export const { propfind } = Snekfetch;
29export const { proppatch } = Snekfetch;
30export const { purge } = Snekfetch;
31export const { put } = Snekfetch;
32export const { rebind } = Snekfetch;
33export const { report } = Snekfetch;
34export const { search } = Snekfetch;
35export const { source } = Snekfetch;
36export const { subscribe } = Snekfetch;
37export const { trace } = Snekfetch;
38export const { unbind } = Snekfetch;
39export const { unlink } = Snekfetch;
40export const { unlock } = Snekfetch;
41export const { unsubscribe } = Snekfetch;