UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

3 lines (2 loc) 141 B
import { LifecycleHooks } from './interfaces'; export declare function hasLifecycleHook(lcInterface: LifecycleHooks, token: any): boolean;