Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ini file value type should constrain to possible allowed ini values #4807

Open
dsherret opened this issue May 21, 2024 · 2 comments
Open

ini file value type should constrain to possible allowed ini values #4807

dsherret opened this issue May 21, 2024 · 2 comments
Assignees

Comments

@dsherret
Copy link
Member

Right now it's unknown and any, but the allowed possible ini values are string, boolean, number, null, and undefined.

@dsherret dsherret changed the title ini file should constraint to possible allowed ini values ini file value type should constrain to possible allowed ini values May 21, 2024
@iuioiua
Copy link
Contributor

iuioiua commented May 22, 2024

I don't understand. Where are you seeing this?

@dsherret
Copy link
Member Author

dsherret commented Jul 30, 2024

In places like:

value: any,

): Record<string, unknown | Record<string, unknown>> {

set(key: string, value: unknown): this;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants