Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A collection of helper functions and utilities to streamline common actions and coding practices.
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();
Add Package
deno add jsr:@aurellis/helpers
Import symbol
import * as helpers from "@aurellis/helpers";
Import directly with a jsr specifier
import * as helpers from "jsr:@aurellis/helpers";
Add Package
pnpm i jsr:@aurellis/helpers
pnpm dlx jsr add @aurellis/helpers
Import symbol
import * as helpers from "@aurellis/helpers";
Add Package
yarn add jsr:@aurellis/helpers
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";