0.0.2 • Published 9 years ago

which-pll v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

which-pll

Tell which PLL a given alg corresponds to.

Install

$ npm install --save which-pll

API

whichPll(<alg>)

Returns the name of the PLL that <alg> is, as a string. If <alg> is not a pll, returns '?'.

Example

> whichPll("R2 U' R' U' R U R U R U' R")
'Ua'
> whichPll("R U R' F' R U R' U' R' F R2 U' R' U'")
'Jb'
> whichPll("")
''
> whichPll("F R U R' U' F'")
'?'
0.0.2

9 years ago

0.0.1

9 years ago