Skip to main content
This release is a pre-release — the latest non-prerelease version of @ghoullier/fp-nutshell is 1.3.0. Jump to this version

@ghoullier/fp-nutshell@1.3.1-canary.9dcdbe0.0
Built and signed on GitHub Actions

Minimal set of utilities to understand functionnal programming concepts

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
3 weeks ago (1.3.1-canary.9dcdbe0.0)

@ghoullier/fp-nutshell

CI Semantic Release

Just a playground around functional programming stuff

This Project rely on bun toolchain

Install project

bun install

Run test

bun test

Build the project

bun --bun run build

How to use this project?

Using bun

bunx jsr add @ghoullier/fp-nutshell
Built and signed on
GitHub Actions
View transparency log

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";