3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import type { Plugin } from 'vite';
|
|
export default function cjsShim(): Plugin;
|