DanielVenturini/cnlg

Function isn't formatted

Opened this issue · 0 comments

const cnlg = require('cnlg')
var cb = {apply: () => {}};
cnlg({cb})    // cb: {}, instead { apply: [Function: apply] }