Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +00:00

12 lines
209 B
Plaintext

// @flow
// Generated using flowgen2
const Response = require('http-response-object');
type Callback = (
err: ErrnoError | null,
response?: Response<stream$Readable>,
) => void;
export type {Callback};