Package: effect
Module: TestAnnotationMap
Retrieves the annotation of the specified type, or its default value if there is none.
Signature
declare const get: (<A>(key: TestAnnotation.TestAnnotation<A>) => (self: TestAnnotationMap) => A) & (<A>(self: TestAnnotationMap, key: TestAnnotation.TestAnnotation<A>) => A)
Since v2.0.0