Socket
Book a DemoInstallSign in
Socket

flip-orientation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flip-orientation

Flips the orientation of a cell

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

flip-orientation

Flips the orientation of a cell.

Example

var flip = require('flip-orientation')

console.log(flip([0, 1, 2]))

Install

npm i flip-orientation

API

require('flip-orientation')(cell)

Flips the orientation of a cell

  • cell is a list of integers

Returns cell, after flipping the orientation of cell

Note This is a destructive operation

License

(c) 2015 Mikola Lysenko. MIT License

Keywords

toplogy

FAQs

Package last updated on 20 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts