UNPKG

imagekit

Version:

Offical NodeJS SDK for ImageKit.io integration

5 lines (4 loc) 140 B
export interface IKCallback<T, E extends Error = Error> { (err: E | null, response: T): void; (err: E, response: T | null): void; }