File tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/regexp
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
* @type {RegExp }
26
26
*
27
27
* @example
28
- * var RE_FUNCTION_NAME = require( '@stdlib/utils/ regexp/function-name' );
28
+ * var RE_FUNCTION_NAME = require( '@stdlib/regexp/function-name' );
29
29
*
30
30
* function fname( fcn ) {
31
31
* return RE_FUNCTION_NAME.exec( fcn.toString() )[ 1 ];
Original file line number Diff line number Diff line change 25
25
* @type {RegExp }
26
26
*
27
27
* @example
28
- * var RE_NATIVE_FUNCTION = require( '@stdlib/utils/ regexp/native-function' );
28
+ * var RE_NATIVE_FUNCTION = require( '@stdlib/regexp/native-function' );
29
29
*
30
30
* function isNativeFunction( fcn ) {
31
31
* return RE_NATIVE_FUNCTION.test( fcn.toString() );
48
48
// MAIN //
49
49
50
50
/**
51
- * Matches a native function.
51
+ * Match a native function.
52
52
*
53
53
* @constant
54
54
* @type {RegExp }
You can’t perform that action at this time.
0 commit comments