* Retrieves a Layer for the resources associated with the key.
(key: K)
| 46 | * Retrieves a Layer for the resources associated with the key. |
| 47 | */ |
| 48 | get(key: K): Layer.Layer<I, E> |
| 49 | |
| 50 | /** |
| 51 | * Retrieves a Runtime for the resources associated with the key. |
no outgoing calls
no test coverage detected