Partilhar via


AsyncLockDoneCallback type

type AsyncLockDoneCallback<T> = (err?: Error | null, ret?: T) => void