Skip to content

Commit 626f09e

Browse files
committed
Explicitly require typed array constructor
1 parent 17fa26c commit 626f09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/string/from-code-point/benchmark/benchmark.length.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var floor = require( '@stdlib/math/base/special/floor' );
88
var isString = require( '@stdlib/assert/is-string' ).isPrimitive;
99
var pow = require( '@stdlib/math/base/special/pow' );
1010
var MAX_CODE_POINT = require( '@stdlib/string/constants/unicode-max' );
11+
var Float64Array = require( '@stdlib/types/array/float64' );
1112
var pkg = require( './../package.json' ).name;
1213
var fromCodePoint = require( './../lib' );
1314

0 commit comments

Comments
 (0)