Just a playground around functional programming stuff
This Project rely on bun toolchain
bun install
bun test
bun --bun run build
Using bun
bunx jsr add @ghoullier/fp-nutshell
Add Package
deno add jsr:@ghoullier/fp-nutshell
Import symbol
import * as fp_nutshell from "@ghoullier/fp-nutshell";
---- OR ----
Import directly with a jsr specifier
import * as fp_nutshell from "jsr:@ghoullier/fp-nutshell";
Add Package
npx jsr add @ghoullier/fp-nutshell
Import symbol
import * as fp_nutshell from "@ghoullier/fp-nutshell";
Add Package
yarn dlx jsr add @ghoullier/fp-nutshell
Import symbol
import * as fp_nutshell from "@ghoullier/fp-nutshell";
Add Package
pnpm dlx jsr add @ghoullier/fp-nutshell
Import symbol
import * as fp_nutshell from "@ghoullier/fp-nutshell";
Add Package
bunx jsr add @ghoullier/fp-nutshell
Import symbol
import * as fp_nutshell from "@ghoullier/fp-nutshell";