UNPKG

@darkobits/ts

Version:

Vite-based toolchain for Node projects.

5 lines (4 loc) 121 B
import type { Plugin } from 'vite'; export declare function nodeExternalPlugin({ root }: { root: string; }): Plugin;