method FormData.prototype.entriesimport { FormData } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts"; entries(): IterableIterator<[string, File | string]>ReturnsIterableIterator<[string, File | string]>