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
/
query.d.ts
8 lines
(4 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/* Query Interfaces */
/* https://rdf.js.org/query-spec/ */
export
*
from
'./query/common'
;
export
*
from
'./query/queryable'
;