We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642038c commit 1ef0293Copy full SHA for 1ef0293
1 file changed
lib/node_modules/@stdlib/tools/README.md
@@ -29,6 +29,8 @@ var t = tools;
29
30
<!-- TODO: better examples -->
31
32
+<!-- eslint no-undef: "error" -->
33
+
34
```javascript
35
var getKeys = require( 'object-keys' ).shim();
36
var tools = require( '@stdlib/tools' );
0 commit comments