dicesion

2.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dicesion

Weekly Downloads

0

Version

2.2.1

License

GPL-2.0

Unpacked Size

678 kB

Total Files

11

Last publish

Collaborators

  • jbienaime