A typescript/javascript utils used by the various Foxy packages and apps.
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"
Published under the MIT license.