UNPKG
piecemeal
Version:
latest (0.1.0)
next (0.0.2-next.2)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-next.2
0.0.2-next.1
0.0.1
Effortless incrementally deliver your data
github.com/maraisr/piecemeal
maraisr/piecemeal
piecemeal
/
piecemeal
/
message
/
index.js
10 lines
(7 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
/*#__INLINE__*/
const
raw
= (
data, headers
) => ({ data, headers, });
exports
.
raw
= raw;