| 1 | import { Result } from '../result' |
| 2 | |
| 3 | export interface ErrorConfig { |
| 4 | withStackTrace: boolean |
| 5 | } |
| 6 | |
| 7 | const defaultErrorConfig: ErrorConfig = { |
| 8 | withStackTrace: false, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…