Alex Tsokurov

Results 2 issues of Alex Tsokurov

Added `format` feature similar to `moment.js`. Also added tests for it and docs. See #129

feature
backlog

## Description A new method `getContext` is implemented. The method gets the surrounding source code for where exception occurs. Similar to [TraceKit context](https://github.com/csnover/TraceKit/blob/master/tracekit.d.ts#L7), but much more clever and flexible. I've...