🧰 type util
Options for specifically handling the type unknown.
unknown
type YourType< T, $Options extends YourType.$Options = YourType.$Default> = ...namespace YourType { export type $Options = $Unknown.$Options export type $Branch = $Unknown.$Branch} Copy
type YourType< T, $Options extends YourType.$Options = YourType.$Default> = ...namespace YourType { export type $Options = $Unknown.$Options export type $Branch = $Unknown.$Branch}
🧰 type util
Options for specifically handling the type
unknown
.