Skip to content

Commit 61b1a8a

Browse files
committed
Update declarations
1 parent beab27b commit 61b1a8a

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

lib/node_modules/@stdlib/blas/base/ccopy/docs/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
// TypeScript Version: 2.0
2020

21+
/// <reference types="@stdlib/types"/>
22+
23+
import { Complex64Array } from '@stdlib/types/array';
24+
2125
/**
2226
* Interface describing `ccopy`.
2327
*/

lib/node_modules/@stdlib/blas/base/ccopy/docs/types/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
import Complex64Array = require( '@stdlib/array/complex64' );
1920
import ccopy = require( './index' );
2021

2122

lib/node_modules/@stdlib/blas/base/cswap/docs/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
// TypeScript Version: 2.0
2020

21+
/// <reference types="@stdlib/types"/>
22+
23+
import { Complex64Array } from '@stdlib/types/array';
24+
2125
/**
2226
* Interface describing `cswap`.
2327
*/

lib/node_modules/@stdlib/blas/base/cswap/docs/types/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
import Complex64Array = require( '@stdlib/array/complex64' );
1920
import cswap = require( './index' );
2021

2122

0 commit comments

Comments
 (0)