UNPKG
rdf-utils-fs
Version:
latest (3.0.1)
3.0.1
3.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
RDF/JS file system utils
github.com/rdf-ext/rdf-utils-fs
rdf-ext/rdf-utils-fs
rdf-utils-fs
/
index.js
8 lines
(6 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
fromFile
from
'./fromFile.js'
import
toFile
from
'./toFile.js'
export
{ fromFile, toFile }