File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ limitations under the License.
48
48
## Usage
49
49
50
50
``` javascript
51
- import isAbsolutePath from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@esm/index.mjs' ;
51
+ import isAbsolutePath from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.2- esm/index.mjs' ;
52
52
```
53
53
54
54
You can also import the following named exports from the package:
55
55
56
56
``` javascript
57
- import { posix , win32 } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@esm/index.mjs' ;
57
+ import { posix , win32 } from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.2- esm/index.mjs' ;
58
58
```
59
59
60
60
#### isAbsolutePath( value )
@@ -124,7 +124,7 @@ bool = isAbsolutePath.win32( 'foo\\bar\\baz' );
124
124
<body >
125
125
<script type =" module" >
126
126
127
- import isAbsolutePath from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@esm/index.mjs' ;
127
+ import isAbsolutePath from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-absolute-path@v0.2.2- esm/index.mjs' ;
128
128
129
129
var bool = isAbsolutePath .posix ( ' /foo/bar/baz' );
130
130
// returns true
You can’t perform that action at this time.
0 commit comments