pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
5 lines (4 loc) • 393 B
TypeScript
export declare function fetchJsonDocAsync<T = any>(url: string): Promise<T | undefined>;
export declare function getProjectTextAsync(projectId: string): Promise<pxt.Cloud.JsonText | undefined>;
export declare function getProjectMetaAsync(projectId: string): Promise<pxt.Cloud.JsonScript | undefined>;
export declare function downloadTargetConfigAsync(): Promise<pxt.TargetConfig | undefined>;