Check if a string ends with another string
type Result = StringEndsWith<'hello world', 'world'>; // Result: true Copy
type Result = StringEndsWith<'hello world', 'world'>; // Result: true
Check if a string ends with another string