@@ -42,30 +42,30 @@ deepStrictEqual(decode(encoded), object);
42
42
- [ Table of Contents] ( #table-of-contents )
43
43
- [ Install] ( #install )
44
44
- [ API] ( #api )
45
- - [ ` encode(data: unknown, options?: EncodeOptions): Uint8Array ` ] ( #encodedata-unknown-options-encodeoptions-uint8array )
46
- - [ ` EncodeOptions ` ] ( #encodeoptions )
47
- - [ ` decode(buffer: ArrayLike<number> | ArrayBuffer, options?: DecodeOptions): unknown ` ] ( #decodebuffer-arraylikenumber--arraybuffer-options-decodeoptions-unknown )
48
- - [ ` DecodeOptions ` ] ( #decodeoptions )
49
- - [ ` decodeAsync(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): Promise<unknown> ` ] ( #decodeasyncstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-promiseunknown )
50
- - [ ` decodeArrayStream(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): AsyncIterable<unknown> ` ] ( #decodearraystreamstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-asynciterableunknown )
51
- - [ ` decodeStream(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): AsyncIterable<unknown> ` ] ( #decodestreamstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-asynciterableunknown )
52
- - [ Extension Types] ( #extension-types )
53
- - [ Handling BigInt with ExtensionCodec] ( #handling-bigint-with-extensioncodec )
54
- - [ The temporal module as timestamp extensions] ( #the-temporal-module-as-timestamp-extensions )
45
+ - [ ` encode(data: unknown, options?: EncodeOptions): Uint8Array ` ] ( #encodedata-unknown-options-encodeoptions-uint8array )
46
+ - [ ` EncodeOptions ` ] ( #encodeoptions )
47
+ - [ ` decode(buffer: ArrayLike<number> | ArrayBuffer, options?: DecodeOptions): unknown ` ] ( #decodebuffer-arraylikenumber--arraybuffer-options-decodeoptions-unknown )
48
+ - [ ` DecodeOptions ` ] ( #decodeoptions )
49
+ - [ ` decodeAsync(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): Promise<unknown> ` ] ( #decodeasyncstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-promiseunknown )
50
+ - [ ` decodeArrayStream(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): AsyncIterable<unknown> ` ] ( #decodearraystreamstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-asynciterableunknown )
51
+ - [ ` decodeStream(stream: AsyncIterable<ArrayLike<number>> | ReadableStream<ArrayLike<number>>, options?: DecodeAsyncOptions): AsyncIterable<unknown> ` ] ( #decodestreamstream-asynciterablearraylikenumber--readablestreamarraylikenumber-options-decodeasyncoptions-asynciterableunknown )
52
+ - [ Extension Types] ( #extension-types )
53
+ - [ Handling BigInt with ExtensionCodec] ( #handling-bigint-with-extensioncodec )
54
+ - [ The temporal module as timestamp extensions] ( #the-temporal-module-as-timestamp-extensions )
55
55
- [ MessagePack Specification] ( #messagepack-specification )
56
- - [ MessagePack Mapping Table] ( #messagepack-mapping-table )
56
+ - [ MessagePack Mapping Table] ( #messagepack-mapping-table )
57
57
- [ Prerequsites] ( #prerequsites )
58
- - [ ECMA-262] ( #ecma-262 )
59
- - [ NodeJS] ( #nodejs )
58
+ - [ ECMA-262] ( #ecma-262 )
59
+ - [ NodeJS] ( #nodejs )
60
60
- [ Benchmark] ( #benchmark )
61
61
- [ Distribution] ( #distribution )
62
- - [ NPM / npmjs.com] ( #npm--npmjscom )
63
- - [ CDN / unpkg.com] ( #cdn--unpkgcom )
62
+ - [ NPM / npmjs.com] ( #npm--npmjscom )
63
+ - [ CDN / unpkg.com] ( #cdn--unpkgcom )
64
64
- [ Maintenance] ( #maintenance )
65
- - [ Testing] ( #testing )
66
- - [ Continuous Integration] ( #continuous-integration )
67
- - [ Release Engineering] ( #release-engineering )
68
- - [ Updating Dependencies] ( #updating-dependencies )
65
+ - [ Testing] ( #testing )
66
+ - [ Continuous Integration] ( #continuous-integration )
67
+ - [ Release Engineering] ( #release-engineering )
68
+ - [ Updating Dependencies] ( #updating-dependencies )
69
69
- [ Big Thanks] ( #big-thanks )
70
70
- [ License] ( #license )
71
71
@@ -449,8 +449,6 @@ This library uses Travis CI.
449
449
450
450
test matrix:
451
451
452
- * WebAssembly availability
453
- * ` WASM=force ` / ` WASM=never `
454
452
* TypeScript targets
455
453
* ` target=es2019 ` / ` target=es5 `
456
454
* JavaScript engines
0 commit comments