2.2.1 • Published 6 years ago

dicesion v2.2.1

Weekly downloads
-
License
GPL-2.0
Repository
gitlab
Last release
6 years ago

dicesion

Common results on a dice.

Given a dice composed of numbers, return combinations.

Quick usage

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

API

TODO

Meanwhile, the sources are documented

Build sources

> yarn install
> yarn build

Test

> yarn install
> yarn test
# or with coverage
> yarn test:cover

LICENSE

GPL-2.0 see LICENSE File

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago