Add Package
deno add jsr:@gabelluardo/itertools
Import symbol
import { permutations } from "@gabelluardo/itertools";
---- OR ----
Import directly with a jsr specifier
import { permutations } from "jsr:@gabelluardo/itertools";
Add Package
npx jsr add @gabelluardo/itertools
Import symbol
import { permutations } from "@gabelluardo/itertools";
Add Package
yarn dlx jsr add @gabelluardo/itertools
Import symbol
import { permutations } from "@gabelluardo/itertools";
Add Package
pnpm dlx jsr add @gabelluardo/itertools
Import symbol
import { permutations } from "@gabelluardo/itertools";
Add Package
bunx jsr add @gabelluardo/itertools
Import symbol
import { permutations } from "@gabelluardo/itertools";