We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3587996 commit a29c314Copy full SHA for a29c314
lib/node_modules/@stdlib/regexp/utf16-unpaired-surrogate/examples/index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var RE_UTF16_UNPAIRED_SURROGATE = require( './../lib' ); // eslint-line-disable id-length
+var RE_UTF16_UNPAIRED_SURROGATE = require( './../lib' ); // eslint-disable-line id-length
4
5
console.log( RE_UTF16_UNPAIRED_SURROGATE.test( '\uD800' ) );
6
// => true
0 commit comments