UNPKG

lugger

Version:

Lugger is an automation framework running on customizable Typescript DSL

4 lines (2 loc) 115 B
import { Result } from 'ts-basis'; export type Steps = (() => void | Promise<void> | Result | Promise<Result>)[];