get-permutations-observable

1.0.0 • Public • Published

get-permutations-observable

Build Status

Installation

npm install get-permutations-observable --save

Syntax

import getPermutationsObservable from 'get-permutations-observable'
const permutations = getPermutationsObservable([1,0,1]);
permutations.subscribe((permutation) => {
  console.log(permutation);
});

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.0.0 First release

Readme

Keywords

none

Package Sidebar

Install

npm i get-permutations-observable

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • janjarfalk