mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add types for knuth-shuffle This adds types for the [`knuth-shuffle`](https://www.npmjs.com/package/knuth-shuffle) package. * Correct return type to be same as passed array This corrects the return type for the `knuthShuffle` function, as it returns an array of the same type (specifically, the same array!), rather than `void`. * Correct tests |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| knuth-shuffle-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||