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

4 lines
135 B
TypeScript

import type { Plugin } from "vite";
export default function bundleNativeModulesPlugin(): Plugin;
export { bundleNativeModulesPlugin };