Mkeys
Bun

method

FormData.keys

keys(): FormDataIterator<string>;

Returns a list of keys in the list.

keys(): IterableIterator<string>;