(self: Record<K, A>)
| 188 | * |
| 189 | * **Example** (Checking for an empty record) |
| 190 | * |
| 191 | * ```ts import.meta.vitest |
| 192 | * import { Record } from "effect" |
| 193 | * |
| 194 | * Record.isEmptyRecord({}) // => true |
no outgoing calls
no test coverage detected
searching dependent graphs…