UNPKG
@rdfjs/types
Version:
latest (2.0.1)
next (1.1.0-next.1)
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.1.0-next.1
1.1.0-next.0
1.0.1
1.0.0
Authoritative TypeScript typings for all RDF/JS specifications
rdf.js.org
rdfjs/types
@rdfjs/types
/
index.d.ts
7 lines
(5 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="node" />
export
type
*
from
'./data-model'
;
export
type
*
from
'./stream'
;
export
type
*
from
'./dataset'
;
export
type
*
from
'./query'
;