Skip to main content
Home

@yuci/utils@0.2.1
Built and signed on GitHub Actions

A set of tool functions commonly used in development, including throttle, debounce, capitalizeFirstLetter etc.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a year ago (0.2.1)

@yuci/utils

A set of tool functions commonly used in development

install

deno add @yuci/utils

npx jsr add @yuci/utils

pnpm dlx jsr add @yuci/utils

bunx jsr add @yuci/utils

Usage

import { debounce, throttle, capitalizeFirstLetter } from '@yuci/utils'
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:@yuci/utils

Import symbol

import * as utils from "@yuci/utils";
or

Import directly with a jsr specifier

import * as utils from "jsr:@yuci/utils";

Add Package

pnpm i jsr:@yuci/utils
or (using pnpm 10.8 or older)
pnpm dlx jsr add @yuci/utils

Import symbol

import * as utils from "@yuci/utils";

Add Package

yarn add jsr:@yuci/utils
or (using Yarn 4.8 or older)
yarn dlx jsr add @yuci/utils

Import symbol

import * as utils from "@yuci/utils";

Add Package

vlt install jsr:@yuci/utils

Import symbol

import * as utils from "@yuci/utils";

Add Package

npx jsr add @yuci/utils

Import symbol

import * as utils from "@yuci/utils";

Add Package

bunx jsr add @yuci/utils

Import symbol

import * as utils from "@yuci/utils";