Skip to main content
Home

A well-typed post-punchline🥁

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
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
It is unknown whether this package works with Browsers
JSR Score
64%
Published
a year ago (1.0.2)

badumn

A well-typed post-punchline.

Example

Deno example:

import { next } from "https://raw.githubusercontent.com/gewoonwoutje/badumn/master/src/badumn.ts";
console.log(next());

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:@gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";
or

Import directly with a jsr specifier

import * as badumn from "jsr:@gewoonwoutje/badumn";

Add Package

pnpm i jsr:@gewoonwoutje/badumn
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";

Add Package

yarn add jsr:@gewoonwoutje/badumn
or (using Yarn 4.8 or older)
yarn dlx jsr add @gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";

Add Package

vlt install jsr:@gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";

Add Package

npx jsr add @gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";

Add Package

bunx jsr add @gewoonwoutje/badumn

Import symbol

import * as badumn from "@gewoonwoutje/badumn";