UNPKG
@se-puu/qpack
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Quick serializer and de-serializer
sepuu.com
se-puu/qpack
@se-puu/qpack
/
decoder
/
decoder-option.d.ts
9 lines
(8 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ExtRegistry
}
from
"../lib/ext-registry"
;
export
type
QAsyncDecoderOption
= {
onData
(
data
:
unknown
):
void
; onError?(
error
:
Error
):
void
; };
export
type
QDecoderOption
= {
extRegistry
?:
ExtRegistry
; };