Skip to content

Commit 0a3c693

Browse files
committed
Update namespace
1 parent a2705b4 commit 0a3c693

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

+10
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_SURROGATE_PAIR
223+
* @memberof regexp
224+
* @readonly
225+
* @constant
226+
* @type {RegExp}
227+
* @see {@link module:@stdlib/regexp/utf16-surrogate-pair}
228+
*/
229+
setReadOnly( regexp, 'RE_UTF16_SURROGATE_PAIR', require( '@stdlib/regexp/utf16-surrogate-pair' ) );
230+
221231
/**
222232
* @name RE_UTF16_UNPAIRED_SURROGATE
223233
* @memberof regexp

0 commit comments

Comments
 (0)