method Database.prototype.dropUserimport { Database } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; dropUser(username: string, options?: { writeConcern?: Document; comment?: Document; })Parametersusername: stringoptionaloptions: { writeConcern?: Document; comment?: Document; } = [UNSUPPORTED]