4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
|
exports.call = function(func) {
|
||
|
return func();
|
||
|
}
|