@awayfl/avm2
Version:
Virtual machine for executing AS3 code
11 lines • 341 B
TypeScript
export declare const enum NamespaceType {
Public = 0,
Protected = 1,
PackageInternal = 2,
Private = 3,
Explicit = 4,
StaticProtected = 5
}
export declare const namespaceTypeNames: string[];
export declare function getNamespaceTypeName(namespaceType: NamespaceType): string;
//# sourceMappingURL=NamespaceType.d.ts.map