react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
12 lines (11 loc) • 444 B
TypeScript
export declare const jestPreprocessor: {
process(sourceText: string, filePath: string, jestConfig: {
rootDir: string;
}): string;
getCompilerOptions(rootDir: string): any;
getCacheKey(code: string, filePath: string, jestConfigStr: string, transformOptions: {
instrument: boolean;
rootDir: string;
}): string;
};
export declare function shouldTransform(filePath: string, sourceText: string): boolean;