| 37 | export function Filter(name: string): (IFilter) => void; |
| 38 | |
| 39 | export interface IProvider{ |
| 40 | $get: any; |
| 41 | } |
| 42 | |
| 43 | export function Provider(name: string): (IProvider) => void; |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected