buildPluginManifest.d.ts 95 B

12
  1. import { Plugin } from 'rollup';
  2. export declare const createBuildManifestPlugin: () => Plugin;