Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@foxyimg/utils

foxyimg52MIT0.1.10TypeScript support: included

Foxy Image Logo

foxy

readme

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.