RAHHH
This commit is contained in:
3
backend/frontend/node_modules/tcomb/lib/getFunctionName.js
generated
vendored
Normal file
3
backend/frontend/node_modules/tcomb/lib/getFunctionName.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function getFunctionName(f) {
|
||||
return f.displayName || f.name || '<function' + f.length + '>';
|
||||
};
|
||||
Reference in New Issue
Block a user