UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

10 lines (9 loc) 153 B
export = RepositoryType; /** * * */ type RepositoryType = string; declare namespace RepositoryType { let ONTOP: string; let GRAPHDB: string; }