$ cnpm install dicesion
Common results on a dice.
Given a dice composed of numbers, return combinations.
const C = require('dicesion')
// Does set contains a pair of 1?
console.log(C.pair(1)([1, 2, 1])) // true
// Does set contains a brelan of 3?
console.log(C.brelan(3)([1, 2, 3, 4])) // false
[TODO]
Meanwhile, the sources are documented
> yarn install
> yarn build
> yarn install
> yarn test
# or with coverage
> yarn test:cover
GPL-2.0 see LICENSE File
Copyright 2014 - 2017 © taobao.org |