Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #94 (TS5 compile error) #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BreakingBread0
Copy link

@BreakingBread0 BreakingBread0 commented Jan 12, 2024

Related Issues

Fixes #94

Description

variable value is of type object (U[keyof U] and type U is U extends object) which means that splice does not exist on that. This commit fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property 'slice' does not exist on type 'U[keyof U]'
1 participant