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 @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import constructorName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@deno/mod.js' ;
45
+ import constructorName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@v0.2.1- deno/mod.js' ;
46
46
```
47
47
48
48
#### constructorName( value )
@@ -161,7 +161,7 @@ import Uint32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@deno
161
161
import ArrayBuffer from 'https:// cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
162
162
import Buffer from 'https:// cdn.jsdelivr.net/gh/stdlib-js/buffer-ctor@deno/mod.js';
163
163
import Symbol from 'https:// cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
164
- import constructor Name from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@deno/mod.js';
164
+ import constructor Name from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@v0.2.1- deno/mod.js';
165
165
166
166
function noop () {
167
167
// Do nothing...
You can’t perform that action at this time.
0 commit comments