stackTrace.d.ts 60 B

1234
  1. declare function stackTrace(): any[];
  2. export = stackTrace;