(value: unknown)
| 20 | |
| 21 | /** Recasts the given value as a new type. */ |
| 22 | export function cast<T>(value: unknown): asserts value is T {} |
| 23 | |
| 24 | /** |
| 25 | * A helper method allowing to get injector regardless of the options type. |
no outgoing calls
no test coverage detected
searching dependent graphs…