UNPKG

testplane

Version:

Tests framework based on mocha and wdio

7 lines (6 loc) 264 B
export declare const transformCode: (code: string, { sourceFile, sourceMaps, isSilent }: { sourceFile: string; sourceMaps: boolean; isSilent?: boolean | undefined; }) => string; export declare const registerTransformHook: (isSilent?: boolean) => void;