UNPKG

beater

Version:

beater: bouzuya's easy test runner. it is inspired by eater.

6 lines (5 loc) 141 B
import { Run } from "./run"; import { RunOptions } from "./run-options"; export interface RunWithOptions { (options: RunOptions): Run; }