@foxyimg/utils
v0.1.10
Published
![Foxy Image Logo](https://aspekt-media.b-cdn.net/logo.png)
Downloads
20
Readme
@foxyimg/utils
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.