UNPKG

@ioredis/as-callback

Version:

A performant and standard (Bluebird) library that registers a node-style callback on a promise

2 lines (1 loc) 98 B
export declare type CallbackFunction<T> = ((err: null, val: T) => void) | ((err: Error) => void);