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

4 lines
135 B
TypeScript
Raw Permalink Normal View History

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