// Type definitions for lodash.shuffle 4.2 // Project: http://lodash.com/ // Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { shuffle } from "lodash"; export = shuffle;