8000 chore: move nullable and parseToPrimitives by tyleroooo · Pull Request #1624 · dydxprotocol/v4-web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: move nullable and parseToPrimitives #1624

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

Merged
merged 4 commits into from
Apr 16, 2025
Merged

chore: move nullable and parseToPrimitives #1624

merged 4 commits into from
Apr 16, 2025

Conversation

tyleroooo
Copy link
Contributor

No description provided.

@tyleroooo tyleroooo requested a review from a team as a code owner April 16, 2025 00:30
Copy link
vercel bot commented Apr 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v4-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2025 0:50am
v4-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2025 0:50am

@tyleroooo tyleroooo changed the title fix: move nullable chore: move nullable Apr 16, 2025
@tyleroooo tyleroooo enabled auto-merge (squash) April 16, 2025 00:30
@tyleroooo tyleroooo changed the title chore: move nullable chore: move nullable and parseToPrimitives Apr 16, 2025
@@ -22,3 +22,8 @@ export function isValidKey<K extends keyof any>(

type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;

// given record, get the value type
export type RecordValueType<T> = T extends { [key: string]: infer V } ? V : never;
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh this is interesting

@tyleroooo tyleroooo merged commit 019be84 into main Apr 16, 2025
9 checks passed
@tyleroooo tyleroooo deleted the tu/fix-nullable branch April 16, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0