(value)
| 19 | * @param {*} value The param to check if it is an object |
| 20 | */ |
| 21 | export function isObject(value) { |
| 22 | return typeof value === 'object'; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Checks if `value` is classified as a `String` object. |
no outgoing calls
no test coverage detected
searching dependent graphs…