@amilajack/powerset
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

powerset

Build Status

A powerset utility for Node

Installation

npm install @amilajack/powerset

Usage

import powerset from '@amilajack/powerset';

powerset([1, 2, 3]);
// [[], [1], [2], [3], [1,2], [1,3], [2,3], [1,2,3]]

Readme

Keywords

none

Package Sidebar

Install

npm i @amilajack/powerset

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

22.3 kB

Total Files

10

Last publish

Collaborators

  • amilajack