Type alias NodeStyleVoidCallback

NodeStyleVoidCallback: ((done) => void)

A Node-style asynchronous callback.

After all asynchronous work is done, the callback must call done, optionally passing an error argument.

Type declaration

    • (done): void
    • Parameters

      • done: ((error?) => void)
          • (error?): void
          • Parameters

            • Optional error: any

            Returns void

      Returns void

Generated using TypeDoc