UNPKG
@zazuko/trifid-plugin-sparql-proxy
Version:
latest (3.0.0)
3.0.0
2.9.1
2.9.0
2.8.0
2.7.0
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
0.1.3
0.1.2
0.1.1
Trifid plugin for sparql-proxy
github.com/zazuko/trifid
zazuko/trifid
@zazuko/trifid-plugin-sparql-proxy
/
dist
/
lib
/
fetchServiceDescription.d.ts
8 lines
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
: {
fetchServiceDescription
:
(
endpointUrl
:
string
, { headers, format }: { headers?: Record<
string
,
string
>; format?:
string
; }
) =>
Promise
<
never
>; };
export
default
_default;
//# sourceMappingURL=fetchServiceDescription.d.ts.map