Package: effect
Module: TestAnnotationMap
An annotation map keeps track of annotations of different types.
Signature
export interface TestAnnotationMap {
readonly [TestAnnotationMapTypeId]: TestAnnotationMapTypeId
/** @internal */
readonly map: HashMap.HashMap<TestAnnotation.TestAnnotation<any>, any>
}
Since v2.0.0