UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
got
/
dist
/
source
/
core
/
utils
/
get-buffer.d.ts
5 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
import
{
Readable
}
from
'stream'
;
declare
const
getBuffer
:
(
stream
:
Readable
) =>
Promise
<
Buffer
>;
export
default
getBuffer;