File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ limitations under the License.
44
44
<!-- eslint-disable stdlib/no-redeclare -->
45
45
46
46
``` javascript
47
- import open from ' https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js' ;
47
+ import open from ' https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2- deno/mod.js' ;
48
48
```
49
49
50
50
You can also import the following named exports from the package:
51
51
52
52
``` javascript
53
- import { sync } from ' https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js' ;
53
+ import { sync } from ' https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2- deno/mod.js' ;
54
54
```
55
55
56
56
#### open( path\[ , flags\[ , mode]] , clbk )
@@ -123,7 +123,7 @@ The function has the same default parameters as [`fs.openSync()`][node-fs].
123
123
<!-- eslint- disable stdlib/ no- redeclare -->
124
124
125
125
` ` ` javascript
126
- import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
126
+ import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2- deno/mod.js';
127
127
128
128
var fpath = '/path/to/file.js';
129
129
@@ -150,7 +150,7 @@ The function has the same default parameters as [`fs.openSync()`][node-fs].
150
150
` ` ` javascript
151
151
var join = require( 'path' ).join;
152
152
var closeSync = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-close' ).sync;
153
- import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
153
+ import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2- deno/mod.js';
154
154
155
155
/* Sync */
156
156
You can’t perform that action at this time.
0 commit comments