Skip to content

Commit 236a0a4

Browse files
committed
Update namespace
1 parent a29c314 commit 236a0a4

File tree

1 file changed

+10
-0
lines changed
  • lib/node_modules/@stdlib/regexp/lib

1 file changed

+10
-0
lines changed

lib/node_modules/@stdlib/regexp/lib/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,16 @@ setReadOnly( regexp, 'RE_REGEXP', require( '@stdlib/regexp/regexp' ) );
218218
*/
219219
setReadOnly( regexp, 'RE_UNC_PATH', require( '@stdlib/regexp/unc-path' ) );
220220

221+
/**
222+
* @name RE_UTF16_UNPAIRED_SURROGATE
223+
* @memberof regexp
224+
* @readonly
225+
* @constant
226+
* @type {RegExp}
227+
* @see {@link module:@stdlib/regexp/utf16-unpaired-surrogate}
228+
*/
229+
setReadOnly( regexp, 'RE_UTF16_UNPAIRED_SURROGATE', require( '@stdlib/regexp/utf16-unpaired-surrogate' ) );
230+
221231
/**
222232
* @name RE_WHITESPACE
223233
* @memberof regexp

0 commit comments

Comments
 (0)