UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

15 lines (12 loc) 407 B
/** * @fileoverview JSON reporter * @author Burak Yigit Kaya aka BYK * @copyright 2015 Burak Yigit Kaya. All rights reserved. */ "use strict"; //------------------------------------------------------------------------------ // Public Interface //------------------------------------------------------------------------------ module.exports = function(results) { return JSON.stringify(results); };