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
/
StreamingStore.d.ts
5 lines
(4 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
export
type
MatchOptions
= {
closeStream
:
() =>
void
;
deleteStream
:
() =>
void
; };