Skip to main content
Home

@macil/grid@0.1.2
Built and signed on GitHub Actions

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
58%
Published
3 weeks ago (0.1.2)

@macil/grid JSR

This library contains implementations of discrete 2D grid data structures and tools for working with them in TypeScript.

This library was originally developed for use in solutions to Advent of Code programming challenges, but may be useful in other contexts as well.

The set of types in this library is inspired by the Rust library gridly.

License

This code is released under a dual Apache 2.0 / MIT free software license.

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:@macil/grid

Import symbol

import * as grid from "@macil/grid";
or

Import directly with a jsr specifier

import * as grid from "jsr:@macil/grid";

Add Package

pnpm i jsr:@macil/grid
or (using pnpm 10.8 or older)
pnpm dlx jsr add @macil/grid

Import symbol

import * as grid from "@macil/grid";

Add Package

yarn add jsr:@macil/grid
or (using Yarn 4.8 or older)
yarn dlx jsr add @macil/grid

Import symbol

import * as grid from "@macil/grid";

Add Package

vlt install jsr:@macil/grid

Import symbol

import * as grid from "@macil/grid";

Add Package

npx jsr add @macil/grid

Import symbol

import * as grid from "@macil/grid";

Add Package

bunx jsr add @macil/grid

Import symbol

import * as grid from "@macil/grid";