UNPKG

module-replacements

Version:

This package provides a set of manifests which each define a mapping of JS modules to their suggested replacements.

8 lines (7 loc) 350 B
import { ManifestModule } from './types.js'; declare const nativeReplacements: ManifestModule; declare const microUtilsReplacements: ManifestModule; declare const preferredReplacements: ManifestModule; export * from './types.js'; export { nativeReplacements, microUtilsReplacements, preferredReplacements }; export declare const all: ManifestModule;