UNPKG

computed

Version:

ES7 decorator for computed properties

4 lines (3 loc) 87 B
export default function isFunction(f) { return typeof f === 'function' || false; }