mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-25 21:54:35 +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