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