(value)
| 49 | * @returns {Boolean} Result of the check |
| 50 | */ |
| 51 | export function isPrimitive(value) { |
| 52 | return typeof value === 'string' || typeof value === 'number'; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Performs no operation. |
no outgoing calls
no test coverage detected
searching dependent graphs…