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