UNPKG

jq-web

Version:

a hack that makes jq run in the browser with emscripten.

3 lines 157 B
Module.customJSFunctionToTestClosure = function(firstParam, secondParam) { console.log("This function adds two numbers to get", firstParam + secondParam); }