UNPKG

@gotamedia/utils

Version:

Set of Utils helper for NodeJs Runtime.

3 lines (2 loc) 95 B
declare const getErrorTrace: (error: Error) => string[] | undefined; export { getErrorTrace };