UNPKG

npm-hello-arslan

Version:

hello arslan

10 lines (8 loc) 183 B
module.exports={ foo: function(){ console.log('this is first function'); }, render: function(){ console.log('this is second function '); } }