4.5.3 • Published 6 months ago

@types/fast-shuffle v4.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/fast-shuffle

Summary

This package contains type definitions for fast-shuffle (https://github.com/philihp/fast-shuffle).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-shuffle.

index.d.ts

// Type definitions for fast-shuffle 4.5
// Project: https://github.com/philihp/fast-shuffle
// Definitions by: Piotr Roszatycki <https://github.com/dex4er>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function shuffle<T>(deck: ReadonlyArray<T>): T[];
export default function _default<T>(randomSeed: number, deck: ReadonlyArray<T>): T[];

Additional Details

  • Last updated: Fri, 08 Oct 2021 16:31:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Roszatycki.

4.5.2

7 months ago

4.5.1

7 months ago

4.5.3

6 months ago

4.5.0

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago