UNPKG

mdxlayer

Version:

Transform your MDX content into typed, JSON-powered data with flexible schema validation.

7 lines (5 loc) 139 B
const loadModule = async (pluginPath) => { const mod = await import(pluginPath); return mod.default ?? mod; }; export { loadModule };