mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 18:26:01 +08:00
12 lines
209 B
Plaintext
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};
|