(state: Ng1StateDeclaration | { new (): Ng1StateDeclaration })
| 740 | declare module '@uirouter/core/lib/state/stateRegistry' { |
| 741 | interface StateRegistry { |
| 742 | register(state: Ng1StateDeclaration | { new (): Ng1StateDeclaration }); |
| 743 | } |
| 744 | } |
no outgoing calls
no test coverage detected