UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 294 B
// 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 module "mess" { function shuffle<T>(array: T[]): T[]; export = shuffle; }