UNPKG

@codeque/core

Version:

Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS

12 lines (11 loc) 343 B
import { ParserType } from './types'; declare type TestSettings = { parserType: ParserType; isTraversal: boolean; }; declare global { var testSettings: TestSettings | undefined; } export declare const useTraverseApproachTestOnly: boolean | undefined; export declare const testParserTypeOverride: ParserType | undefined; export {};