Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jun 28, 2023
1 parent 5ada8bf commit 68ce066
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Joey Reed <[email protected]>
Jordan-Gallivan <[email protected]>
Joris Labie <[email protected]>
Justin Dennison <[email protected]>
KATTA NAGA NITHIN <[email protected]>
Marcus <[email protected]>
Matt Cochrane <[email protected]>
Milan Raj <[email protected]>
Expand Down
6 changes: 5 additions & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

// TypeScript Version: 2.0

/// <reference types="@stdlib/types"/>

import { Complex128 } from '@stdlib/types/object';

/**
* Tests if a value is a 128-bit complex number.
*
Expand All @@ -32,7 +36,7 @@
* var bool = isComplex128( x );
* // returns true
*/
declare function isComplex128( value: any ): boolean;
declare function isComplex128( value: any ): value is Complex128;


// EXPORTS //
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"dependencies": {
"@stdlib/complex-float64": "^0.0.8",
"@stdlib/types": "^0.0.14",
"@stdlib/utils-constructor-name": "^0.0.8"
},
"devDependencies": {
Expand Down

0 comments on commit 68ce066

Please sign in to comment.