Skip to main content
This release is 7 versions behind 0.1.18 — the latest version of @njgingrich/aocrunner. Jump to latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether 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
76%
Published
a week ago (0.1.11)
function run
run(
solutions: RunParams,
config?: Config,
): Promise<void>

The function the run module imports and calls

Parameters

solutions: RunParams
optional
config: Config

Return Type

Promise<void>

Add Package

deno add jsr:@njgingrich/aocrunner

Import symbol

import { run } from "@njgingrich/aocrunner";

---- OR ----

Import directly with a jsr specifier

import { run } from "jsr:@njgingrich/aocrunner";

Add Package

npx jsr add @njgingrich/aocrunner

Import symbol

import { run } from "@njgingrich/aocrunner";

Add Package

yarn dlx jsr add @njgingrich/aocrunner

Import symbol

import { run } from "@njgingrich/aocrunner";

Add Package

pnpm dlx jsr add @njgingrich/aocrunner

Import symbol

import { run } from "@njgingrich/aocrunner";

Add Package

bunx jsr add @njgingrich/aocrunner

Import symbol

import { run } from "@njgingrich/aocrunner";