UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

6 lines (5 loc) 331 B
export declare function dumpMemAsync(args: string[]): Promise<void>; export declare function dumpheapAsync(filename?: string): Promise<void>; export declare function dumplogAsync(): Promise<void>; export declare function hwAsync(cmds: string[]): Promise<void>; export declare function startAsync(gdbArgs: string[]): Promise<void>;