@rollup/browser 4.0.0-17 → 4.0.0-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -503,7 +503,7 @@ export interface Plugin<A = any> extends OutputPlugin, Partial<PluginHooks> {
503
503
  api?: A;
504
504
  }
505
505
 
506
- type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
506
+ export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
507
507
 
508
508
  export interface NormalizedTreeshakingOptions {
509
509
  annotations: boolean;