UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

5 lines (3 loc) 107 B
"use strict"; function f(v) { return ("" + v).toLowerCase(); } module.exports = function() { return f; };