跳到主要内容
版本:Next

createFunctionApp

Callable

  • createFunctionApp<T, Y>(baseDir?: string | MockBootstrapOptions, options?: MockBootstrapOptions, customFrameworkModule?: new (...args: any[]) => T | ComponentModule): Promise<Y>

  • Type parameters

    • T: IMidwayFramework<any, any, any, any, any>
    • Y = ReturnType<T[getApplication]>