File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ limitations under the License.
48
48
## Usage
49
49
50
50
``` javascript
51
- import instanceOf from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-instance-of@deno/mod.js' ;
51
+ import instanceOf from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-instance-of@v0.2.2- deno/mod.js' ;
52
52
```
53
53
54
54
#### instanceOf( value, constructor )
@@ -122,7 +122,7 @@ var bool = instanceOf( bar, Foo );
122
122
import Number from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@deno/mod.js';
123
123
import Object from 'https://cdn.jsdelivr.net/gh/stdlib-js/object-ctor@deno/mod.js';
124
124
import Function from 'https://cdn.jsdelivr.net/gh/stdlib-js/function-ctor@deno/mod.js';
125
- import instanceOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-instance-of@deno/mod.js';
125
+ import instanceOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-instance-of@v0.2.2- deno/mod.js';
126
126
127
127
var bool = instanceOf( [], Array );
128
128
// returns true
You can’t perform that action at this time.
0 commit comments