UNPKG

makecode-core

Version:

MakeCode (PXT) - web-cached build tool

3 lines (2 loc) 127 B
import { ProjectOptions } from "./commands"; export declare function shareProjectAsync(opts: ProjectOptions): Promise<string>;