Get the current stack trace as an array (V8 only).
npm install @trenskow/stack@trenskow/stack
----
Gets the current stack as an array.
``javascript
const stack = require('@trenskow/stack');
const s = stack();
`
Returns an array of objects with the function, file, line, character` keys.
See LICENSE