method msgpack.Encoder.prototype.encodeArrayimport { msgpack } from "https://deno.land/x/s3si@gui-v0.4.16/deps.ts"; const { Encoder } = msgpack; encodeArray(object: Array<unknown>, depth: number)Parametersobject: Array<unknown>depth: number