File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import reDirname from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@esm/index.mjs' ;
45
+ import reDirname from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
You can also import the following named exports from the package:
49
49
50
50
``` javascript
51
- import { REGEXP , REGEXP_POSIX , REGEXP_WIN32 } from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@esm/index.mjs' ;
51
+ import { REGEXP , REGEXP_POSIX , REGEXP_WIN32 } from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@v0.2.1- esm/index.mjs' ;
52
52
```
53
53
54
54
#### reDirname( \[ platform] )
@@ -125,7 +125,7 @@ var dir = reDirname.REGEXP_WIN32.exec( 'C:\\foo\\bar\\index.js' )[ 1 ];
125
125
<body >
126
126
<script type =" module" >
127
127
128
- import reDirname from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@esm/index.mjs' ;
128
+ import reDirname from ' https://cdn.jsdelivr.net/gh/stdlib-js/regexp-dirname@v0.2.1- esm/index.mjs' ;
129
129
var RE_DIRNAME = reDirname ();
130
130
var dir;
131
131
You can’t perform that action at this time.
0 commit comments