UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

8 lines (7 loc) 258 B
declare const os: any; declare const path: any; declare const fs: any; declare const token: string; declare function getNetrc(token: string): string; declare function getYottaConfig(token: string): string; declare function directoryExists(dir: string): any;