importJSFunction | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function importJSFunction

    • Type Parameters

      • F extends void | ((...args: any[]) => unknown) = void

      Parameters

      • funcname: string & (F extends void ? "You must provide a callback type" : unknown)

      Returns Promise<F>