I am new to nodejs and browserify. I started with this link .
I have file main.js which contains this code
var unique = require(\'uniq\'); var data
window.LogData =function(data){ return unique(data); };
Call the function simply by LogData(data)
LogData(data)
This is just a slight modification to thejh's answer but important one