UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

5 lines (4 loc) 289 B
export declare const logError: (errorCode: string, message?: any, data?: pxt.Map<string | number>) => void; export declare const logInfo: (message: any) => void; export declare const logDebug: (message: any, data?: any) => void; export declare const setTickEvent: (event: string) => void;