UNPKG

typescript-eslint

Version:

Tooling which enables you to use TypeScript with ESLint

9 lines (8 loc) 263 B
/** * Infers the `tsconfigRootDir` from the current call stack, using the V8 API. * * See https://v8.dev/docs/stack-trace-api * * This API is implemented in Deno and Bun as well. */ export declare function getTSConfigRootDirFromStack(): string | undefined;