rollup-plugin-bundle-native.../dist/index.d.ts

3 lines
97 B
TypeScript
Raw Normal View History

2022-12-13 10:30:40 +00:00
import type { Plugin } from "vite";
export default function bundleNativeModulesPlugin(): Plugin;