Skip to content

Commit

Permalink
0.76.0
Browse files Browse the repository at this point in the history
- array:
  - updated signatures for methods
  - groupBy, toMap, and toRecord now accept a value key/callback
- test updates
- minor changes & fixes
  • Loading branch information
oscarpalmer committed Oct 13, 2024
1 parent 909fa2c commit e884ad8
Show file tree
Hide file tree
Showing 66 changed files with 1,942 additions and 961 deletions.
2 changes: 1 addition & 1 deletion dts.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {globSync} = require('node:fs');
const {globSync} = require('glob');

const entries = globSync('./src/js/**/*.ts').map(file => ({
filePath: `${__dirname}/${file}`,
Expand Down
Loading

0 comments on commit e884ad8

Please sign in to comment.