Closed bmingles closed 1 month ago
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; };
Move branded type helpers from
deephaven-vscode
into @deephaven/utils so they can be used in DHC + DHE.