UNPKG

post-get-service

Version:

simple way to create node http in memory server

6 lines (4 loc) 170 B
// @ts-check const { build_post_body } = require('./post_body'); const { build_get_body } = require('./get_body'); module.exports = { build_post_body, build_get_body };