# lodash.flip v4.2.1 The [lodash](https://lodash.com/) method `_.flip` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.flip ``` In Node.js: ```js var flip = require('lodash.flip'); ``` See the [documentation](https://lodash.com/docs#flip) or [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash.flip) for more details.