mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-18 14:36:47 +00:00
chore: update index
This commit is contained in:
parent
07c1631934
commit
ebe4e0a81d
@ -4,7 +4,7 @@ type cases = [
|
||||
Expect<Equal<EndsWith<'abc', 'bc'>, true>>,
|
||||
Expect<Equal<EndsWith<'abc', 'abc'>, true>>,
|
||||
Expect<Equal<EndsWith<'abc', 'd'>, false>>,
|
||||
Expect<Equal<EndsWith<"abc", "ac">, false>>,
|
||||
Expect<Equal<EndsWith<"abc", "">, true>>,
|
||||
Expect<Equal<EndsWith<"abc", " ">, false>>
|
||||
Expect<Equal<EndsWith<'abc', 'ac'>, false>>,
|
||||
Expect<Equal<EndsWith<'abc', ''>, true>>,
|
||||
Expect<Equal<EndsWith<'abc', ' '>, false>>,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user