UNPKG

bluebutton

Version:

BlueButton.js helps developers navigate complex health data with ease.

20 lines (15 loc) 215 B
/* * ... */ Renderers.HTML = (function () { /* * Renders HTML from Blue Button JSON */ var run = function (json) { var html = json; return html; }; return { run: run }; })();