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