(name: string)
| 38 | typeof value === "object" && value !== null && !Array.isArray(value) |
| 39 | |
| 40 | const isEffectAppPackage = (name: string) => name === "effect-app" || name.startsWith("@effect-app/") |
| 41 | |
| 42 | const isNonEmptyString = (value: string) => value !== "" |
| 43 |
no outgoing calls
no test coverage detected
searching dependent graphs…