DefinitelyTyped/types/mess/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
275 B
TypeScript

// Type definitions for mess 0.1.2
// Project: https://github.com/bobrik/node-mess
// Definitions by: Wim Looman <https://github.com/Nemo157>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function shuffle<T>(array: T[]): T[];
export = shuffle;