UNPKG

shunter

Version:

A Node.js application built to read JSON and translate it into HTML

5 lines (4 loc) 86 B
'use strict'; module.exports = function (level, msg) { return 'filtered: ' + msg; };