vitejs-log
vitejs-log is a lightweight, fast, and flexible Node.js utility library that provides a set of tools to simplify your everyday development workflow. Whether you're building APIs, processing data, or working with files, vitejs-log
has you covered.

Features
- Handy utilities for everyday tasks
- Minimal dependencies, fast performance
- Async and sync support
- Well-tested and reliable
- Tree-shakable (ESM support)
Installation
npm install vitejs-log
```bash
or
```bash
yarn add vitejs-log
```bash
// CommonJS
const proc = require('vitejs-log');
// Example
export default defineConfig({
plugins: [proc()],
})