We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Happens in both versions 4.2.3 and 4.3.0-beta
Playground link with relevant code
const s = new Set<string>(); s.values().next().value;
Type of value is any.
value
any
Type of value should probably be string | undefined or something.
string | undefined
Bug Report
π Search Terms
π Version & Regression Information
Happens in both versions 4.2.3 and 4.3.0-beta
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
Type of
valueisany.π Expected behavior
Type of
valueshould probably bestring | undefinedor something.