UNPKG
@incremunica/types
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
Types module for Incremunica
comunica.github.io/incremunica/
comunica/incremunica
@incremunica/types
/
lib
/
BindingsOrder.d.ts
7 lines
(6 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
*
as
RDF
from
'@rdfjs/types'
;
export
type
BindingsOrder
= {
hash
:
string
;
result
:
RDF
.
Term
|
undefined
;
index
:
number
; };