Skip to content

Commit 4844941

Browse files
Modernize array-utility with TypeScript fixes and dependency updates
- Add missing @tsdotnet/common-interfaces dependency - Fix TypeScript errors with proper type guards for sparse arrays: - Add undefined checks before passing array elements to functions - Handle T | undefined safely in indexOf, remove, findIndex, forEach, and applyTo functions - Add placeholder tests for basic functionality verification - All builds (ESM, CJS, types) working correctly with Rollup - Ready for publishing
1 parent 61ac848 commit 4844941

20 files changed

+915
-1202
lines changed

.build/validate-package.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

dist/arrayUtility.d.ts

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)