UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

9 lines 391 B
import { ASObject } from './ASObject'; import { AXFunction } from '../run/AXFunction'; export declare class ASJSON extends ASObject { static parse(text: string, reviver?: AXFunction): any; static stringify(value: any, replacer?: any, space?: any): string; private static computePropertyList; private static stringifySpecializedToString; } //# sourceMappingURL=ASJSON.d.ts.map