This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/rspeedy > RspeedyInstance

RspeedyInstance type

The instance of Rspeedy.

Signature:

export type RspeedyInstance = RsbuildInstance & {
    getRspeedyConfig(): Config;
};

References: Config