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