Skip to main content
Home

Built and signed on GitHub Actions

play with code in mindler context

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a year ago (0.1.3)

playground

play with code

example


import { play } from "@pietgk/playground";

const example = () {
  play();
}
Built and signed on
GitHub Actions

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:@pietgk/playground

Import symbol

import * as playground from "@pietgk/playground";
or

Import directly with a jsr specifier

import * as playground from "jsr:@pietgk/playground";

Add Package

pnpm i jsr:@pietgk/playground
or (using pnpm 10.8 or older)
pnpm dlx jsr add @pietgk/playground

Import symbol

import * as playground from "@pietgk/playground";

Add Package

yarn add jsr:@pietgk/playground
or (using Yarn 4.8 or older)
yarn dlx jsr add @pietgk/playground

Import symbol

import * as playground from "@pietgk/playground";

Add Package

npx jsr add @pietgk/playground

Import symbol

import * as playground from "@pietgk/playground";

Add Package

bunx jsr add @pietgk/playground

Import symbol

import * as playground from "@pietgk/playground";