We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2558a78 commit 2957b33Copy full SHA for 2957b33
1 file changed
__mocks__/rdflib.ts
@@ -1,6 +1,6 @@
1
// @@ TODO: Remove currently untyped methods as they are added
2
3
-import { IndexedFormula } from 'rdflib'
+import { IndexedFormula } from 'rdflib/lib/index.js'
4
5
export {
6
BlankNode,
@@ -46,7 +46,7 @@ export {
46
quad,
47
triple,
48
variable
49
-} from 'rdflib'
+} from 'rdflib/lib/index.js'
50
51
export function fetcher (store: any) {
52
const fetcher = new Fetcher()
0 commit comments