Type Alias NodeCallback<T>

NodeCallback<T>: ((err: Nullable<Error> | undefined, data?: T) => void)

Type Parameters

  • T