UNPKG

jest-preview

Version:

Preview your Jest tests in a browser

8 lines (7 loc) 170 B
declare function process(src: string, filename: string): { code: string; }; declare const _default: { process: typeof process; }; export default _default;