UNPKG

ng-metadata-baden-fix1

Version:

Angular 2 decorators and utils for Angular 1.x

9 lines (8 loc) 256 B
import { Type } from './type'; export declare class BaseException extends Error { message: string; stack: any; constructor(message?: string); toString(): string; } export declare function getErrorMsg(typeOrFunc: Type, msg: string): string;