@foxyimg/utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

Foxy Image Logo

@foxyimg/utils

npm version npm downloads

A typescript/javascript utils used by the various Foxy packages and apps.

Usage

Install package:

# ✨ Auto-detect
npx nypm install @foxyimg/utils

# npm
npm install @foxyimg/utils

# yarn
yarn add @foxyimg/utils

# pnpm
pnpm install @foxyimg/utils

# bun
bun install @foxyimg/utils

Usage:

import { ucFirst } from "@foxyimg/utils";
const str = ucFirst("hello world");  // str: "Hello world"

License

Published under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @foxyimg/utils

Weekly Downloads

8

Version

0.1.10

License

MIT

Unpacked Size

40.6 kB

Total Files

8

Last publish

Collaborators

  • jawngee