npm.io
7.0.1 • Published 7 months ago

@vt7/utils

Licence
MIT
Version
7.0.1
Deps
0
Size
253 kB
Vulns
0
Weekly
0
Stars
1

@vt7/utils

npm version npm downloads bundle Codecov

The @vt7/utils package comprises common utilities and functions to streamline application development.

Installation

You can install @vt7/utils using npm or yarn:

# npm
npm install @vt7/utils

# yarn
yarn add @vt7/utils

# pnpm
pnpm install @vt7/utils

# bun
bun install @vt7/utils

Import:

// ESM
import { compact } from "@vt7/utils";

// CommonJS
const { compact } = require("@vt7/utils");

Keywords