UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

10 lines 345 B
import { ABCFile } from './ABCFile'; export declare class MetadataInfo { readonly abc: ABCFile; readonly name: string; readonly keys: string[]; readonly values: string[]; constructor(abc: ABCFile, name: string, keys: string[], values: string[]); getValue(key: string): string; } //# sourceMappingURL=MetadataInfo.d.ts.map