UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

6 lines (5 loc) 286 B
/** * There are some scenarios where we attempt to add the same key mapping to the same key multiple times. * This ensures that doing so will no-op instead of adding duplicate entries, which don't get cleaned up properly. */ export declare function monkeyPatchAddKeyMapping(): void;