ExpandScalar: null | T extends string ? string | RegExp : T extends Date ? Date | string : T
null
string
RegExp
Date