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

Function info

packages/effect/src/Console.ts:498–503  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

496 * @since 2.0.0
497 */
498export const info = (...args: ReadonlyArray<any>): Effect.Effect<void> =>
499 consoleWith((console) =>
500 effect.sync(() => {
501 console.info(...args)
502 })
503 )
504
505/**
506 * Logs a general-purpose message to the console.

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
infoMethod · 0.80
syncMethod · 0.45

Tested by

no test coverage detected