We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8dbbb commit 40ff617Copy full SHA for 40ff617
lib/SparqlEndpointFetcher.ts
@@ -1,5 +1,5 @@
1
import "cross-fetch/polyfill";
2
-import { AbortController } from 'abort-controller';
+import AbortController from 'abort-controller';
3
import * as RDF from "@rdfjs/types";
4
import {InsertDeleteOperation, ManagementOperation, Parser as SparqlParser} from "sparqljs";
5
import {ISettings, SparqlJsonParser} from "sparqljson-parse";
0 commit comments