0.1.10 • Published 1 year ago

@foxyimg/utils v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago