Skip to content

Aureliona1/Helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

A collection of helper utilities to streamline everyday coding.

Resources

License

Stars

Watchers

Forks

Packages

No packages published