1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-05-18 22:47:16 +01:00
elk/shims.d.ts

10 lines
106 B
TypeScript

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