elk/shims.d.ts

10 wiersze
106 B
TypeScript

declare global {
namespace NodeJS {
interface Process {
test?: boolean
}
}
}
export {}