UNPKG
@jsonjoy.com/json-pack
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
High-performance JSON serialization library
github.com/jsonjoy-com/json-pack
jsonjoy-com/json-pack
@jsonjoy.com/json-pack
/
lib
/
cbor
/
CborEncoderStable.d.ts
7 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { CborEncoder }
from
'./CborEncoder'
; export
declare
class
CborEncoderStable
extends
CborEncoder
{
writeObj
(
obj
: Record<
string
, unknown>):
void
;
writeStr
(
str
:
string
):
void
;
writeUndef
():
void
; }