(n: number)
| 268 | * This function determines whether a given value has the Hash symbol property, |
| 269 | * indicating that it can provide its own hash value implementation. |
| 270 | * |
| 271 | * **Example** (Checking for Hash support) |
| 272 | * |
| 273 | * ```ts import.meta.vitest |
no outgoing calls
no test coverage detected
searching dependent graphs…