Skip to content

Commit

Permalink
refactor(Slice): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzer14 committed Jun 26, 2024
1 parent 9cc1ae9 commit d7fbc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/slice.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import type { Tuple } from './tuple'

/**
* Slices the tuple by `C` amount of entries from the **end**.
* Removes `C` amount of `T` elements from the **start**.
*/
export type Slice<
T extends any[] | readonly any[],
Expand Down

0 comments on commit d7fbc34

Please sign in to comment.