UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

15 lines (14 loc) 245 B
"use strict"; /** * Media types. * * @readonly * @enum {string} * @author Teodossi Dossev */ var MediaType = { TEXT_PLAIN: 'text/plain', APPLICATION_JSON: 'application/json', TEXT_TURTLE: 'text/turtle' }; module.exports = MediaType;