UNPKG
trifid-handler-fetch
Version:
latest (3.5.1)
3.5.1
3.5.0
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Fetch handler for Trifid
github.com/zazuko/trifid
zazuko/trifid
trifid-handler-fetch
/
dist
/
lib
/
query.d.ts
5 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
export
function
performOxigraphQuery
(
store
:
import
(
"oxigraph"
).
Store
,
query
:
string
):
Promise
<{
response
:
string
;
contentType
:
"application/sparql-results+json"
|
"application/n-quads"
|
"text/plain"
| (
string
&
Record
<
never
,
never
>); }>;
//# sourceMappingURL=query.d.ts.map