Skip to content

Commit 98914dd

Browse files
committed
Update namespace
1 parent 007b9ff commit 98914dd

File tree

1 file changed

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

1 file changed

+27
-0
lines changed

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

+27
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,33 @@ setReadOnly( regexp, 'reNativeFunction', require( '@stdlib/regexp/native-functio
207207
*/
208208
setReadOnly( regexp, 'reRegExp', require( '@stdlib/regexp/regexp' ) );
209209

210+
/**
211+
* @name reviveRegExp
212+
* @memberof regexp
213+
* @readonly
214+
* @type {Function}
215+
* @see {@link module:@stdlib/regexp/reviver}
216+
*/
217+
setReadOnly( regexp, 'reviveRegExp', require( '@stdlib/regexp/reviver' ) );
218+
219+
/**
220+
* @name reSemver
221+
* @memberof regexp
222+
* @readonly
223+
* @type {Function}
224+
* @see {@link module:@stdlib/regexp/semver}
225+
*/
226+
setReadOnly( regexp, 'reSemver', require( '@stdlib/regexp/semver' ) );
227+
228+
/**
229+
* @name regexp2json
230+
* @memberof regexp
231+
* @readonly
232+
* @type {Function}
233+
* @see {@link module:@stdlib/regexp/to-json}
234+
*/
235+
setReadOnly( regexp, 'regexp2json', require( '@stdlib/regexp/to-json' ) );
236+
210237
/**
211238
* @name reUncPath
212239
* @memberof regexp

0 commit comments

Comments
 (0)