-
-
Notifications
You must be signed in to change notification settings - Fork 258
partial POC implementation for deepVariant #1112
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
}); | ||
|
||
matchVariation(data, "node.type", { | ||
number(data) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Value here is narrowed down
number(data) { | ||
console.log("It's a number!", {data}); | ||
}, | ||
string(data) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Value here is narrowed down
Thanks for this POC! I will wait for more developers to express interest in |
I don't see a need of rush/push for this myself, primarily due to need of an additional utility for such types to be consumed in the first place. |
No description provided.