UNPKG

postman-sandbox

Version:

Sandbox for Postman Scripts to run in Node.js or browser

9 lines (7 loc) 140 B
module.exports = { listener (pong) { return function (payload) { this.dispatch(pong, payload); }; } };