Skip to content

Repository files navigation

Vconsole custum function plugin

JavaScript Style Guide ts code style: prettier License: MIT

Installation

yarn add vconsole-plugin-custom-function

Usage

import VConsoleFunctionPlugin from 'vconsole-plugin-custom-function'

new VConsoleFunctionPlugin(window.vConsole, [
	{
		name: 'log',
		callback: () => console.log('234'),
	},
	// your custom function
])

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages