UNPKG

185 BTypeScriptView Raw
1import Response = require('http-response-object');
2declare type Callback = (err: NodeJS.ErrnoException | null, response?: Response<NodeJS.ReadableStream>) => void;
3export { Callback };