UNPKG

@visulima/error

Version:

Error with more than just a message, stacktrace parsing.

6 lines (5 loc) 177 B
interface Process extends Partial<Omit<typeof globalThis.process, "versions">> { versions: Record<string, string>; } declare const process: Process; export default process;