(obj)
| 64 | * @returns {Boolean} True if the passed-in value is a function |
| 65 | */ |
| 66 | export function isFn(obj) { |
| 67 | return typeof obj === 'function'; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Check if url is external |
no outgoing calls
no test coverage detected
searching dependent graphs…