UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

3 lines 115 B
module.exports = function getFunctionName(f) { return f.displayName || f.name || '<function' + f.length + '>'; };