UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

12 lines (11 loc) 188 B
export = QueryType; /** * * */ type QueryType = string; declare namespace QueryType { let SELECT: string; let CONSTRUCT: string; let DESCRIBE: string; let ASK: string; }