UNPKG

@vercel/microfrontends

Version:

Defines configuration and utilities for microfrontends development

9 lines (7 loc) 197 B
interface MicrofrontendsPort { name: string; version: string; port: number; } declare function mfePort(packageDir: string): MicrofrontendsPort; export { MicrofrontendsPort, mfePort };