• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pooltogether / v4-utils-js / 3732154061

pending completion
3732154061

push

github

GitHub
Bump @types/node from 16.11.19 to 18.11.17

38 of 56 branches covered (67.86%)

Branch coverage included in aggregate %.

370 of 391 relevant lines covered (94.63%)

1572.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/utils/filterUndefinedValues.ts
1
function filterUndefinedValues<T>(ts: (T | undefined)[]): T[] {
2
    return ts.filter((t: T | undefined): t is T => Boolean(t));
×
3
}
4

5
export default filterUndefinedValues;
32✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc