fix: better literal differentiation #234
Annotations
3 errors
src/utils/word-case/capitalize.ts#L13
Type 'Join<readonly [Uppercase<CharAt<T, 0>>, Slice<T, 1, Length<T>>], never>' is not assignable to type 'Capitalize<T>'.
|
src/utils/word-case/uncapitalize.ts#L13
Type 'Join<readonly [Lowercase<CharAt<T, 0>>, Slice<T, 1, Length<T>>], never>' is not assignable to type 'Uncapitalize<T>'.
|
|
The logs for this run have expired and are no longer available.
Loading