MCPcopy Index your code
hub / github.com/Effect-TS/effect / isConfig

Function isConfig

packages/effect/src/internal/config.ts:605–605  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

603
604/** @internal */
605export const isConfig = (u: unknown): u is Config.Config<unknown> => hasProperty(u, ConfigTypeId)
606
607/** @internal */
608const tuple = <T extends ArrayLike<Config.Config<any>>>(tuple: T): Config.Config<

Callers 3

redactedFunction · 0.85
config.tsFile · 0.85
unwrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected