UNPKG

mochapack

Version:
5 lines (4 loc) 163 B
import { Compiler } from 'webpack'; type VoidFunction = () => void; export default function registerInMemoryCompiler(compiler: Compiler): VoidFunction; export {};