std/msgpack/0.197.0
-- deno.lock --
{}
===
== FAST CHECK EMIT FAILED ==
error[missing-explicit-return-type]: missing explicit return type in the public API
--> /encode.ts:50:17
|
50 | export function encode(object: ValueType) {
| ^^^^^^ this function is missing an explicit return type
|
= hint: add an explicit return type to the function
info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/slow-type-missing-explicit-return-type
error[missing-explicit-return-type]: missing explicit return type in the public API
--> /decode.ts:17:17
|
17 | export function decode(uint8: Uint8Array) {
| ^^^^^^ this function is missing an explicit return type
|
= hint: add an explicit return type to the function
info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/slow-type-missing-explicit-return-type