UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
exceptions
/
lib
/
IStackInfo.d.ts
9 lines
(8 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export interface IStackInfo { caller: string; file: string;
line
: number; character: number; child: IStackInfo; parent: IStackInfo; }