UNPKG

@tomjs/create-app

Version:

Create a node/web/electron/vscode project based on tomjs

11 lines (8 loc) 226 B
import type { Plugin } from 'vite'; import type { XxxPluginOptions } from './types'; export function useXxxPlugin(_options?: XxxPluginOptions): Plugin { return { name: '@tomjs:xxx', }; } export default useXxxPlugin;