Skip to content

Instantly share code, notes, and snippets.

@anztrax
Created December 1, 2025 03:17
Show Gist options
  • Select an option

  • Save anztrax/6d4a877fc31a081c3eb62988df80280a to your computer and use it in GitHub Desktop.

Select an option

Save anztrax/6d4a877fc31a081c3eb62988df80280a to your computer and use it in GitHub Desktop.
Simple implementation of Unshift Array in Typescript
type Unshift<T extends unknown[], U> = [U, ...T]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment