UNPKG
@stacktrace-lite/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
> Parse, filter, and format JavaScript stack traces with plugins for browsers and Node.js.
@stacktrace-lite/core
/
dist
/
index.d.ts
8 lines
(7 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./parser.js'
;
export
*
from
'./filter.js'
;
export
*
from
'./formatter.js'
;
export
type
{
FormatMode
}
from
'./formatter.js'
;
export
*
from
'./runtime-browser.js'
;
export
*
from
'./runtime-node.js'
;
export
*
from
'./plugins.js'
;