Skip to content

Document missing built-in utility examples#207

Open
apples-kksk wants to merge 2 commits into
piotrwitek:masterfrom
apples-kksk:document-built-in-examples
Open

Document missing built-in utility examples#207
apples-kksk wants to merge 2 commits into
piotrwitek:masterfrom
apples-kksk:document-built-in-examples

Conversation

@apples-kksk

@apples-kksk apples-kksk commented May 9, 2026

Copy link
Copy Markdown

Summary

  • add README entries and examples for built-in Record, Parameters, and ConstructorParameters
  • move Omit next to Pick in the object operator docs
  • clarify that Optional<T> without a key parameter is equivalent to built-in Partial<T>

Fixes #51

Verification

  • git diff --check

Docs-only change.


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md to include documentation and usage examples for several built-in TypeScript utility types, including Record, Omit, Parameters, ConstructorParameters, and Partial. The reviewer provided feedback to ensure consistency in the labeling of built-in types and to correct a duplicate identifier error in the Omit usage example.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
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

Successfully merging this pull request may close these issues.

Improve organization and add missing examples in API documentation

3 participants