UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

8 lines (7 loc) 212 B
import { Config } from '../../types.js'; import Runner from './runner.js'; export default function master(config: Config, options: { watch: boolean; debug: boolean; port: number; }): Promise<Runner>;