| 12 | import { services, isString, isFunction, isArray, identity } from '@uirouter/core'; |
| 13 | |
| 14 | export interface RawNg1RuleFunction { |
| 15 | ($injector: $InjectorLike, $location: LocationServices): string | void; |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Manages rules for client-side URL |
nothing calls this directly
no outgoing calls
no test coverage detected