keys

Bun

Symbol

FormData.keys

keys(): FormDataIterator<string>

Returns a list of keys in the list.

keys(): IterableIterator<string>