Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tools/quickcode"

Index

Type aliases

AsyncFunc

AsyncFunc<TResult>: function

This file is part of the vscode-powertools distribution. Copyright (c) e.GO Digital GmbH, Aachen, Germany (https://www.e-go-digital.com/)

vscode-powertools is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3.

vscode-powertools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Type parameters

  • TResult

Type declaration

    • (...args: any[]): Promise<TResult>
    • Parameters

      • Rest ...args: any[]

      Returns Promise<TResult>

Functions

_exec_fcac50a111604220b8173024b6925905

  • _exec_fcac50a111604220b8173024b6925905(_opts_f4eba53df3b74b7aa4e3a3228b528d78: ExecOptions): Promise<any>
  • Executes code.

    Parameters

    • _opts_f4eba53df3b74b7aa4e3a3228b528d78: ExecOptions

      options.

    Returns Promise<any>

asAsync_628dffd9c1e74e5cb82620a2c575e5dd

  • asAsync_628dffd9c1e74e5cb82620a2c575e5dd<TResult>(func: function): AsyncFunc<TResult>
  • Type parameters

    • TResult

    Parameters

    • func: function
        • (...args: any[]): TResult | PromiseLike<TResult>
        • Parameters

          • Rest ...args: any[]

          Returns TResult | PromiseLike<TResult>

    Returns AsyncFunc<TResult>

averageGeolocation_5ac90dd0ccf1466ba9d25d96563001e7

  • averageGeolocation_5ac90dd0ccf1466ba9d25d96563001e7(coords: any[]): any
  • Parameters

    • coords: any[]

    Returns any

getFullPath_fb9882a1f9c94d97a5f0d65e28f07cba

  • getFullPath_fb9882a1f9c94d97a5f0d65e28f07cba(p: string): any
  • Parameters

    • p: string

    Returns any

showHelp_579c52a1992b472183db2fff8c764504

  • showHelp_579c52a1992b472183db2fff8c764504(): Promise<void>
  • Returns Promise<void>

toHttpResponseResult_ce264120a2bf44a98d6044ce418333cd

  • toHttpResponseResult_ce264120a2bf44a98d6044ce418333cd(result: any): any
  • Parameters

    • result: any

    Returns any

Generated using TypeDoc