We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move branded type helpers from deephaven-vscode into @deephaven/utils so they can be used in DHC + DHE.
deephaven-vscode
// Branded type helpers declare const __brand: unique symbol; export type Brand<T extends string, TBase = string> = TBase & { readonly [__brand]: T; };
The text was updated successfully, but these errors were encountered:
feat: Branded type utils (#2264)
fff0155
Copying branded type utils from `vscode-deephaven` to @deephaven/utils for broader usage. #2263
bmingles
Successfully merging a pull request may close this issue.
Move branded type helpers from
deephaven-vscode
into @deephaven/utils so they can be used in DHC + DHE.The text was updated successfully, but these errors were encountered: