* * * Node.js v6.x API * * *
| 10 | ************************************************/ |
| 11 | |
| 12 | interface Error { |
| 13 | stack?: string; |
| 14 | } |
| 15 | |
| 16 | interface ErrorConstructor { |
| 17 | captureStackTrace(targetObject: Object, constructorOpt?: Function): void; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…