UNPKG

vue3-unicorn-log

Version:

A magical 🦄 plugin to make coloring the console output easier and more flexible.

4 lines (3 loc) • 136 B
import { OptionsSettings } from '@/types'; declare const UnicornLog: (options?: OptionsSettings) => void; export default UnicornLog;