UNPKG
@gotamedia/utils
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Set of Utils helper for NodeJs Runtime.
bitbucket.org/gotamedia/utils
@gotamedia/utils
/
getErrorTrace.d.ts
3 lines
(2 loc)
•
95 B
TypeScript
View Raw
1
2
3
declare
const
getErrorTrace
:
(
error
:
Error
) =>
string
[] |
undefined
;
export
{ getErrorTrace };