@@ -150,6 +150,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
150150< span class ="cline-any cline-yes "> 7x</ span >
151151< span class ="cline-any cline-yes "> 7x</ span >
152152< span class ="cline-any cline-yes "> 7x</ span >
153+ < span class ="cline-any cline-yes "> 7x</ span >
153154< span class ="cline-any cline-yes "> 4x</ span >
154155< span class ="cline-any cline-yes "> 4x</ span >
155156< span class ="cline-any cline-yes "> 4x</ span >
@@ -162,7 +163,6 @@ <h1><a href="index.html">All files</a> main.js</h1>
162163< span class ="cline-any cline-yes "> 7x</ span >
163164< span class ="cline-any cline-yes "> 7x</ span >
164165< span class ="cline-any cline-yes "> 7x</ span >
165- < span class ="cline-any cline-yes "> 7x</ span >
166166< span class ="cline-any cline-neutral "> </ span > </ td > < td class ="text "> < pre class ="prettyprint lang-js "> /**
167167* @license Apache-2.0
168168*
@@ -188,19 +188,20 @@ <h1><a href="index.html">All files</a> main.js</h1>
188188var hasOwnProp = require( '@stdlib/assert/has-own-property' );
189189var Symbol = require( '@stdlib/symbol/ctor' );
190190
191-
192191// MAIN //
193192
194193/**
195194* Tests for native `Symbol.toPrimitive` support.
196195*
196+ * @module @stdlib/assert/has-to-primitive-symbol-support
197+ *
197198* @returns {boolean} boolean indicating if an environment has `Symbol.toPrimitive` support
198199*
199200* @example
200201* var bool = hasToPrimitiveSymbolSupport();
201202* // returns <boolean>
202203*/
203- function hasToPrimitiveSymbolSupport() { // eslint-disable-line id-length
204+ function hasToPrimitiveSymbolSupport() {
204205 return (
205206 typeof Symbol === 'function' &&
206207 typeof Symbol( 'foo' ) === 'symbol' &&
@@ -209,7 +210,6 @@ <h1><a href="index.html">All files</a> main.js</h1>
209210 );
210211}
211212
212-
213213// EXPORTS //
214214
215215module.exports = hasToPrimitiveSymbolSupport;
@@ -220,7 +220,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
220220 < div class ='footer quiet pad2 space-top1 center small '>
221221 Code coverage generated by
222222 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
223- at 2025-11-09T10:19:53.231Z
223+ at 2025-11-09T10:40:13.204Z
224224 </ div >
225225 < script src ="prettify.js "> </ script >
226226 < script >
0 commit comments