UNPKG
kelp-body
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
Parse request data for kelp
github.com/song940/kelp-body
song940/kelp-body
kelp-body
/
test
/
index.js
5 lines
(4 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
const
body =
require
(
'..'
);
const
test =
require
(
'./test'
);
const
assert =
require
(
'assert'
);
test
(
'kelp-body#json'
,
() =>
{});