UNPKG

@platform/ts

Version:

TypesScript build, prepare and publish toolchain.

8 lines (7 loc) 179 B
import { IResult } from '../common'; export declare function test(args?: { dir?: string; silent?: boolean; watch?: boolean; suffix?: string; }): Promise<IResult>;