Options
All
  • Public
  • Public/Protected
  • All
Menu

datatables.net-editor-server

Index

References

Renames and re-exports Editor

Type Aliases

IDtError: editor.IDtError
IDtRequest: editor.IDtRequest
IDtResponse: editor.IDtResponse

Functions

  • promisify<T>(fn: Function, scope?: any): Function
  • Wrap an async function which uses a callback for completion in a Promise so it can be used with await.

    export

    Type Parameters

    • T

      Return type

    Parameters

    • fn: Function

      Function to execute

    • scope: any = null

    Returns Function

    Promise wrapper function

Generated using TypeDoc