Skip to main content
Home
This release is 10 versions behind 1.3.0 — the latest version of @aurellis/helpers. Jump to latest

Built and signed on GitHub Actions

A collection of helper functions and utilities to streamline common actions and coding practices.

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
100%
Published
2 months ago (1.0.4)

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:@aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";
or

Import directly with a jsr specifier

import { type Vec2 } from "jsr:@aurellis/helpers";

Add Package

pnpm i jsr:@aurellis/helpers
or (using pnpm 10.8 or older)
pnpm dlx jsr add @aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";

Add Package

yarn add jsr:@aurellis/helpers
or (using Yarn 4.8 or older)
yarn dlx jsr add @aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";

Add Package

vlt install jsr:@aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";

Add Package

npx jsr add @aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";

Add Package

bunx jsr add @aurellis/helpers

Import symbol

import { type Vec2 } from "@aurellis/helpers";