We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e901c4 commit fbbefd5Copy full SHA for fbbefd5
lib/node_modules/@stdlib/constants/float16/README.md
@@ -27,7 +27,7 @@ limitations under the License.
27
## Usage
28
29
```javascript
30
-var constants = require( '@stdlib/constants/float16/' );
+var constants = require( '@stdlib/constants/float16' );
31
```
32
33
#### constants
@@ -75,7 +75,7 @@ var c = constants;
75
76
77
var objectKeys = require( '@stdlib/utils/keys' );
78
79
80
console.log( objectKeys( constants ) );
81
0 commit comments