Skip to content

Commit e357f7c

Browse files
authored
docs: fix missing imports
Signed-off-by: Athan <[email protected]>
1 parent a732173 commit e357f7c

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/docs/types

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/docs/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)