MCPcopy Create free account
hub / github.com/Effect-TS/effect / isNever

Function isNever

packages/effect/src/Predicate.ts:958–960  ·  view source on GitHub ↗
(_: unknown)

Source from the content-addressed store, hash-verified

956 * @since 2.0.0
957 */
958export function isNever(_: unknown): _ is never {
959 return false
960}
961
962/**
963 * Type guard that always returns `true`.

Callers 1

getIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected