We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04af95a commit c7b98f9Copy full SHA for c7b98f9
1 file changed
lib/node_modules/@stdlib/repl/lib/regexp_require.js
@@ -16,6 +16,8 @@
16
* limitations under the License.
17
*/
18
19
+/* eslint-disable stdlib/jsdoc-example-require-spacing */
20
+
21
'use strict';
22
23
// MAIN //
@@ -34,14 +36,12 @@
34
36
* var RE_REQUIRE = createRegExp();
35
37
*
38
* var bool = RE_REQUIRE.test( 'var foo = require( "foo" );' );
-*
39
* // returns true
40
41
* @example
42
43
44
* var bool = RE_REQUIRE.test( 'var foo = require( "./foo.js" );' );
45
46
47
function createRegExp() {
0 commit comments