UNPKG
@rdfjs/dataset
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
An indexed implementation of the RDF/JS Dataset
github.com/rdfjs-base/dataset
rdfjs-base/dataset
@rdfjs/dataset
/
index.js
6 lines
(3 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
import
Factory
from
'./Factory.js'
const
factory =
new
Factory
()
export
default
factory