@types/shuffle-seed
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/shuffle-seed

Summary

This package contains type definitions for shuffle-seed (https://github.com/webcaetano/shuffle-seed#readme).

Details

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

index.d.ts

export as namespace shuffleSeed;

export function shuffle<T>(arr: readonly T[], seed: any): T[];
export function unshuffle<T>(arr: readonly T[], seed: any): T[];

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Leonardo Donelli.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/shuffle-seed

Weekly Downloads

8,808

Version

1.1.3

License

MIT

Unpacked Size

2.9 kB

Total Files

5

Last publish

Collaborators

  • types