Skip to main content

Built and signed on GitHub Actions

itertools for Deno 🦕

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
4 months ago (0.3.0)
function powerSet
powerSet<T>(_iterable: Iterable<T>): Generator<T[]>

Type Parameters

Parameters

_iterable: Iterable<T>

Return Type

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gabelluardo/itertools

Import symbol

import { powerSet } from "@gabelluardo/itertools";

---- OR ----

Import directly with a jsr specifier

import { powerSet } from "jsr:@gabelluardo/itertools";

Add Package

npx jsr add @gabelluardo/itertools

Import symbol

import { powerSet } from "@gabelluardo/itertools";

Add Package

yarn dlx jsr add @gabelluardo/itertools

Import symbol

import { powerSet } from "@gabelluardo/itertools";

Add Package

pnpm dlx jsr add @gabelluardo/itertools

Import symbol

import { powerSet } from "@gabelluardo/itertools";

Add Package

bunx jsr add @gabelluardo/itertools

Import symbol

import { powerSet } from "@gabelluardo/itertools";