@vt7/utils
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

@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");

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @vt7/utils

      Weekly Downloads

      56

      Version

      6.0.0

      License

      MIT

      Unpacked Size

      234 kB

      Total Files

      9

      Last publish

      Collaborators

      • vt7