Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi
Introduction:
First, thank you for creating this excellent library. It has been incredibly beneficial for our project.
Summary:
This PR introduces strict string types to IOsTypes in the index.d.ts file. The changes ensure more precise type checking for better code reliability and maintainability. The update modifies five lines to implement these strict types, which enhances the type safety in the codebase.
Changes:
Add strict string types to IOsTypes definitions.
Improve type precision and validation.
Purpose:
To enhance the accuracy and reliability of type checking in the project by enforcing strict string types.