UNPKG
@dawnjs/cli
Version:
latest (1.12.2)
next (1.13.7)
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.11.1
1.11.0
dawn cli
alibaba.github.io/dawn
alibaba/dawn
@dawnjs/cli
/
lib
/
common
/
buffer2stream.js
7 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Copyright (c) 2016-present Alibaba Group Holding Limited *
@author
Houfeng <admin
@xhou
.net> */
const
buffer2stream =
require
(
'buffer-to-stream'
);
module
.
exports
= buffer2stream;