1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-02 16:40:56 +03:00
elk/shims.d.ts

9 lines
106 B
TypeScript

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