vitest/test/workspaces/cwdPlugin.d.ts

4 lines
84 B
TypeScript

import type { Plugin } from 'vite'
export function cwdPlugin(name: string): Plugin