UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

5 lines (4 loc) 95 B
"use strict"; module.exports = function (value) { return value == null ? "" : value + ""; };