method Client.prototype.uploadimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; upload(contents: Uint8Array, params?: UploadParams): Promise<any>Upload a file. Parameterscontents: Uint8ArrayThe contents of the file. optionalparams: UploadParamsReturnsPromise<any>The uploaded file.