Skip to main content
MIMEParams.prototype.values - util - Node documentation
method MIMEParams.prototype.values

Usage in Deno

import { MIMEParams } from "node:util";
MIMEParams.prototype.values(): IterableIterator<string>

Returns an iterator over the values of each name-value pair.

Return Type

IterableIterator<string>