UNPKG

@intuitionrobotics/testelot

Version:
10 lines (9 loc) 242 B
/** * Created by IR on 3/18/17. */ import { Action } from "./Action"; export declare class Action_Sleep extends Action { private readonly sleepMs; protected constructor(sleepMs: number); protected execute(): Promise<unknown>; }