UNPKG

normalize-exception

Version:
12 lines (10 loc) 183 B
import{setStack}from"../stack.js"; export const stringifyError=(value)=>{ try{ const error=new Error(String(value)); setStack(error); return error }catch(error_){ return error_ } };