We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1fab0 commit ebfed88Copy full SHA for ebfed88
lib/node_modules/@stdlib/utils/copy/lib/copy.js
@@ -33,6 +33,7 @@ var deepCopy = require( './deep_copy.js' );
33
*
34
* @param {*} value - value to copy
35
* @param {NonNegativeInteger} [level=+infinity] - copy depth
36
+* @throws {TypeError} `level` must be a nonnegative integer
37
* @returns {*} value copy
38
39
* @example
0 commit comments