UNPKG

graph-explorer

Version:

Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.

7 lines (6 loc) 118 B
declare module 'file-saverjs' { const saveAs: { (file: Blob, fileName: string): void; }; export = saveAs; }