Skip to main content
Home
This release is 5 versions behind 1.2.3 — 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
4 weeks ago (1.0.4)

Helpers

This package contains a number of helpful functions and utilities to streamline everyday coding practices.

To install the package, follow the respective guide for importing packages from JSR with your environment of choice.

This package conatins many helpful items, so it is encouraged to explore the source to get a full understanding of some of the options available.

Helpers is made to work with Deno, and has not been tested on other runtimes. To import Helpers into your project, use the JSR import:

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

const cache = new Cache();

Alternatively, you can import the current commit using the GitHub URL (not recommended).

import { Cache } from "https://raw.githubusercontent.com/Aureliona1/Helpers/refs/heads/main/mod.ts";

const cache = new Cache();
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:@aurellis/helpers

Import symbol

import * as helpers from "@aurellis/helpers";
or

Import directly with a jsr specifier

import * as helpers 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 * as helpers 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 * as helpers from "@aurellis/helpers";

Add Package

vlt install jsr:@aurellis/helpers

Import symbol

import * as helpers from "@aurellis/helpers";

Add Package

npx jsr add @aurellis/helpers

Import symbol

import * as helpers from "@aurellis/helpers";

Add Package

bunx jsr add @aurellis/helpers

Import symbol

import * as helpers from "@aurellis/helpers";