File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/docs/types Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ interface Module extends ModuleWrapper {
122122 * @returns sum
123123 *
124124 * @example
125+ * var Float64Array = require( '@stdlib/array/float64' );
125126 * var Memory = require( '@stdlib/wasm/memory' );
126127 *
127128 * // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
@@ -166,6 +167,7 @@ interface Module extends ModuleWrapper {
166167 * @returns sum
167168 *
168169 * @example
170+ * var Float64Array = require( '@stdlib/array/float64' );
169171 * var Memory = require( '@stdlib/wasm/memory' );
170172 *
171173 * // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
You can’t perform that action at this time.
0 commit comments