UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

6 lines (5 loc) 238 B
import { Type } from 'angular2/src/facade/lang'; import { BaseException } from 'angular2/src/facade/exceptions'; export declare class InvalidPipeArgumentException extends BaseException { constructor(type: Type, value: Object); }