1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-07 04:30:05 +00:00
Files
lint/src/types/Process.d.ts

7 lines
108 B
TypeScript

declare namespace NodeJS {
export interface Process {
projectDir: string
currentDir: string
}
}