rubick/src/main/browsers/index.ts

4 lines
83 B
TypeScript

import main from "./main";
import runner from "./runner";
export { main, runner };