6.1.2 • Published 8 months ago

@types/fast-shuffle v6.1.2

Weekly downloads
3
License
MIT
Repository
-
Last release
8 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.

6.1.2

8 months ago

6.1.1

8 months ago

6.1.0

11 months ago

4.5.2

2 years ago

4.5.1

2 years ago

4.5.3

2 years ago

4.5.0

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago