Uh oh!
There was an error while loading. Please reload this page.
add typings - #33
Conversation
nicolaspanel
commented
Dec 14, 2016
@mikolalysenko : let me know if you have questions |
| hi(...args: number[]): NdArray; | ||
| step(...args: number[]): NdArray; | ||
| transpose(...args: number[]): NdArray; | ||
| pick(...args: number[]): NdArray; |
There was a problem hiding this comment.
Does this allow null or undefined values? Need to think it through, but a couple of the functions allow null or undefined values when meaningful.
nicolaspanel
commented
Dec 22, 2016
@rreusser Good point! I come back to you with a fix ASAP. |
chigix
commented
Feb 3, 2019
Because https://github.com/scijs/ndarray/blob/master/ndarray.js is the only main file makes up this repository, then how about rewriting this javascript program into typescript completely? There could be no needs to maintain some snips for different module system or different es versions, like the practice in rxjs |
dmromanov
commented
Jul 15, 2020
When the PR will be ready? |
grimmerk
commented
Aug 29, 2021
@dmromanov I saw there is already here, https://www.npmjs.com/package/@types/ndarray. |
include typescript definitions