UNPKG

105 BTypeScriptView Raw
1declare namespace NodeJS {
2 interface Process {
3 sentry: typeof import('@sentry/node')
4 }
5}