UNPKG

apimocker

Version:

Simple HTTP server that returns mock service API responses to your front end.

8 lines (6 loc) 147 B
// () => ({ port: 1111 }) function x() { console.log('test-function-config.js called'); return {port: 1111}; } module.exports = x;