Skip to content

Commit

Permalink
Add reference to Symbol.isConcatSpreadable
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 19, 2024
1 parent d8e4e64 commit eedccc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/support/src/arrays/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import { ArrayMergeError } from "./exceptions";
*
* **Note**: _Method attempts to deep copy array values, via [structuredClone]{@link https://developer.mozilla.org/en-US/docs/Web/API/structuredClone}_
*
* @see https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable
*
* @param {...any[]} sources
*
* @return {any[]}
Expand Down

0 comments on commit eedccc4

Please sign in to comment.