UNPKG

@prostojs/dye

Version:

Easy and light console styling tool

13 lines (12 loc) 255 B
/** * Vite plugin for dye */ import type { Plugin } from 'vite'; /** * Vite plugin for dye * * !IMPORTANT: add * "extends": "./node_modules/@prostojs/dye/tsconfig.dye.json", * to your tsconfig.json */ export default function vitePlugin(): Plugin;