* Retrieves a Layer for the resources associated with the key.
(key: K)
| 86 | * Retrieves a Layer for the resources associated with the key. |
| 87 | */ |
| 88 | get(key: K): Layer.Layer<I, E> |
| 89 | |
| 90 | /** |
| 91 | * Retrieves the context associated with the key. |
no outgoing calls