UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

4 lines (3 loc) 102 B
export function axAsType(x: any): any { return ((x && x.__fast__) || this.axIsType(x)) ? x : null; }