Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
artialex committed Mar 9, 2024
1 parent 4d7fb2e commit 4600657
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ declare module _ {
table: (size: number, cb: (x: number, y: number) => any) => any[][];
}
}

_.mixin({
table: (size, cb) => {
return _.times(size, (y) => _.times(size, (x) => cb(x, y)));
},
});

0 comments on commit 4600657

Please sign in to comment.