Type alias EqualStrlen<S1, S2>

EqualStrlen<S1, S2>: Equals<Strlen<S1>, Strlen<S2>>

Check if two strings S1 and S2 have the same length

Type Parameters

  • S1 extends string
  • S2 extends string

Returns

true if they do, else false