UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

7 lines 352 B
import type { PluginDetails, ConfigModule } from "@medusajs/types"; /** * Mutates the configModules object and merges the plugin modules with * the modules defined inside the user-config file */ export declare function mergePluginModules(configModule: ConfigModule, plugins: PluginDetails[]): void; //# sourceMappingURL=merge-plugin-modules.d.ts.map