Skip to content

Commit

Permalink
Update paths.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Feb 9, 2025
1 parent 9b18d10 commit 71c0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/paths.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export type PathsOptions = {
type LeafPaths = Paths<ArrayExample, {leavesOnly: true}>;
//=> `array.${number}.foo` | 'tuple.0' | 'tuple.1.bar'
```
*/
*/
leavesOnly?: boolean;
};

Expand Down

0 comments on commit 71c0818

Please sign in to comment.