Skip to main content
This release is 1 version behind 0.2.6 — the latest version of @panth977/functions. Jump to latest

Built and signed on GitHub Actions

These are function builder from Panth977, who has certain design principles in coding! This makes his life in coding very very easy! 🎉

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
100%
Published
18 hours ago (0.2.5)

Examples

Example 1

import { FUNCTIONS } from "@panth977/functions";

FUNCTIONS.{api}
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@panth977/functions

Import symbol

import * as functions from "@panth977/functions";

---- OR ----

Import directly with a jsr specifier

import * as functions from "jsr:@panth977/functions";

Add Package

npx jsr add @panth977/functions

Import symbol

import * as functions from "@panth977/functions";

Add Package

yarn dlx jsr add @panth977/functions

Import symbol

import * as functions from "@panth977/functions";

Add Package

pnpm dlx jsr add @panth977/functions

Import symbol

import * as functions from "@panth977/functions";

Add Package

bunx jsr add @panth977/functions

Import symbol

import * as functions from "@panth977/functions";