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

homer0 / packages / 4422859008

pending completion
4422859008

push

github

homer0
fix(eslint-plugin): use project as an array in the preset

720 of 720 branches covered (100.0%)

Branch coverage included in aggregate %.

2027 of 2027 relevant lines covered (100.0%)

45.23 hits per line

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

100.0
/packages/public/deep-assign/src/index.ts
1
import { DeepAssign } from './deepAssign';
1✔
2

3
/**
4
 * Makes a deep merge of a list of objects and/or arrays.
5
 */
6
export const deepAssign = DeepAssign.fn();
1✔
7
/**
8
 * Makes a deep merge of a list of objects and/or arrays, while concatenating arrays.
9
 */
10
export const deepAssignWithConcat = DeepAssign.fn({ arrayMode: 'concat' });
1✔
11
/**
12
 * Makes a deep merge of a list of objects and/or arrays, while overwriting existing
13
 * arrays.
14
 */
15
export const deepAssignWithOverwrite = DeepAssign.fn({ arrayMode: 'overwrite' });
1✔
16
/**
17
 * Makes a deep merge of a list of objects and/or arrays, while replacing items in
18
 * existing arrays.
19
 */
20
export const deepAssignWithShallowMerge = DeepAssign.fn({ arrayMode: 'shallowMerge' });
1✔
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