Project

General

Profile

1
import { DebugContext } from './types';
2
export declare function expressionChangedAfterItHasBeenCheckedError(context: DebugContext, oldValue: any, currValue: any, isFirstCheck: boolean): Error;
3
export declare function viewWrappedDebugError(err: any, context: DebugContext): Error;
4
export declare function viewDebugError(msg: string, context: DebugContext): Error;
5
export declare function isViewDebugError(err: Error): boolean;
6
export declare function viewDestroyedError(action: string): Error;
(3-3/16)