We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6743a8a commit 00a6162Copy full SHA for 00a6162
lib/node_modules/@stdlib/regexp/whitespace/README.md
@@ -76,6 +76,7 @@ var bool = reWhitespace.REGEXP.test( '\\n' );
76
77
```javascript
78
var reWhitespace = require( '@stdlib/regexp/whitespace' );
79
+
80
var RE_WHITESPACE = reWhitespace();
81
var bool;
82
var str;
lib/node_modules/@stdlib/regexp/whitespace/examples/index.js
@@ -19,6 +19,7 @@
19
'use strict';
20
21
var reWhitespace = require( './../lib' );
22
23
24
25
0 commit comments