Skip to content

Commit

Permalink
fix: return type definition of xSequentialFill
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Feb 26, 2024
1 parent 54a8f62 commit 220f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x/xSequentialFill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function xSequentialFill(
input: NumberArray | undefined,
options?: XSequentialFillOptions,
): NumberArray;
export function xSequentialFill(options?: XSequentialFillOptions): NumberArray;
export function xSequentialFill(options?: XSequentialFillOptions): number[];
/**
* Fill an array with sequential numbers
*
Expand Down

0 comments on commit 220f6ce

Please sign in to comment.