(input: unknown)
| 27 | * @since 2.0.0 |
| 28 | */ |
| 29 | export const isFunction = (input: unknown): input is Function => typeof input === "function" |
| 30 | |
| 31 | /** |
| 32 | * Creates a function that can be used in a data-last (aka `pipe`able) or |
no outgoing calls
no test coverage detected
searching dependent graphs…