2aff0c47d0
Verified migration doc (nothing to be done) http://eslint.org/docs/user-guide/migrating-to-2.0.0 And made sure the eslint tasks passed
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
exports.print = function(obj) {
|
|
return obj.constructor.name;
|
|
};
|
|
|
|
exports.echo = function(obj) {
|
|
return obj;
|
|
};
|