UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

10 lines (9 loc) 269 B
import { release } from '@awayfl/swf-loader'; import { checkValue } from './checkValue'; export function axIsTypeInterface(x) { if (!x || typeof x !== 'object') { return false; } release || checkValue(x); return x.axImplementsInterface(this); }