UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

18 lines (17 loc) 613 B
export declare class System extends Object { constructor(); static setClipboard(text: string): void; static get totalMemory(): number; static get totalMemoryNumber(): number; static get freeMemory(): number; static get privateMemory(): number; static get processCPUUsage(): number; static get useCodePage(): boolean; static set useCodePage(param1: boolean); static get vmVersion(): string; static pause(): void; static resume(): void; static exit(param1: number): void; static gc(): void; static pauseForGCIfCollectionImminent(param1?: number): void; }