quadstorejs / quadstore

A LevelDB-backed graph database for JS runtimes (Node.js, Deno, browsers, ...) supporting SPARQL queries and the RDF/JS interface.
https://github.com/quadstorejs/quadstore
MIT License
203 stars 14 forks source link

Align with new SPARQL.js typings #93

Closed jacoscaz closed 4 years ago

jacoscaz commented 4 years ago

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46159

jacoscaz commented 4 years ago

For the time being, typings for sparqljs are being manually kept up-to-date with DefinitelyTyped/DefinitelyTyped#46159 by copypaste-ing them into lib/sparqljs.d.ts. We'll get rid of that declaration file when the PR is approved.