Options
All
  • Public
  • Public/Protected
  • All
Menu

Module helpers/resolve-app-function

Index

Interfaces

Type Aliases

Functions

Type Aliases

Resolver: ((appFnId: string, opts: { basedir: string }) => string)

Type declaration

    • (appFnId: string, opts: { basedir: string }): string
    • Parameters

      • appFnId: string
      • opts: { basedir: string }
        • basedir: string

      Returns string

Functions

  • resolveAppFunction(appFnId: string, opts?: ResolveOptions): Promise<any>

Generated using TypeDoc