UNPKG

@gez/rspack

Version:

A high-performance Rspack integration for Gez microfrontend framework, providing module federation and SSR capabilities.

3 lines (2 loc) 96 B
import type { Gez } from '@gez/core'; export declare function pack(gez: Gez): Promise<boolean>;