File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import functionName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-function-name@esm/index.mjs' ;
45+ import functionName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-function-name@v0.2.2- esm/index.mjs' ;
4646```
4747
4848#### functionName( fcn )
@@ -113,7 +113,7 @@ import Buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-ctor@esm/index.
113113import Number from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-ctor@esm/index.mjs' ;
114114import Boolean from ' https://cdn.jsdelivr.net/gh/stdlib-js/boolean-ctor@esm/index.mjs' ;
115115import Function from ' https://cdn.jsdelivr.net/gh/stdlib-js/function-ctor@esm/index.mjs' ;
116- import functionName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-function-name@esm/index.mjs' ;
116+ import functionName from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-function-name@v0.2.2- esm/index.mjs' ;
117117
118118var v = functionName ( Math .sqrt );
119119// returns 'sqrt'
You can’t perform that action at this time.
0 commit comments