Type alias IsString<T>

IsString<T>: IfExtends<T, string, true, false>

Type Parameters

  • T

Returns

true if T is string, otherwise false.