@rollup/browser 3.20.1 → 3.20.3-0

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.
@@ -254,7 +254,7 @@ export type ShouldTransformCachedModuleHook = (
254
254
  resolvedSources: ResolvedIdMap;
255
255
  syntheticNamedExports: boolean | string;
256
256
  }
257
- ) => boolean;
257
+ ) => boolean | NullValue;
258
258
 
259
259
  export type IsExternal = (
260
260
  source: string,