UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

11 lines (10 loc) 211 B
export = QueryContentType; /** * * */ type QueryContentType = string; declare namespace QueryContentType { let X_WWW_FORM_URLENCODED: string; let SPARQL_UPDATE: string; let SPARQL_QUERY: string; }