@cypress/webpack-preprocessor
Version:
Cypress preprocessor for bundling JavaScript via webpack
7 lines (6 loc) • 344 B
TypeScript
export declare const getTypescript: (typescriptPath?: string) => typeof import("typescript");
/**
* Resolves the TypeScript package version used for ts-loader (project or explicit path).
* @returns `null` when `typescript` cannot be resolved.
*/
export declare const getResolvedTypescriptVersion: (typescriptPath?: string) => string | null;