effect-io-ai

Package: effect
Module: TestServices

TestServices.get

Accesses an Annotations instance in the context and retrieves the annotation of the specified type, or its default value if there is none.

Signature

declare const get: <A>(key: TestAnnotation.TestAnnotation<A>) => Effect.Effect<A>

Source

Since v2.0.0