Utility types and functions for import-map-microfrontend projects
npm install @single-spa/import-map-microfrontend-utilsUtility types and functions for import-map-microfrontend related projects
``sh`
npm i @single-spa/import-map-microfrontend-utils
`ts
import { ImportMapMicrofrontendUtils } from "@single-spa/import-map-microfrontend-utils";
const utils = new ImportMapMicrofrontendUtils({
baseOrigin: "https://cdn.example.com",
});
utils.getMicrofrontendURLPrefix("@org/navbar");
utils.getDependenciesURLPrefix();
utils.getDependenciesFolderName();
utils.getMFEsFolderName();
``